Public Constructors |
|
IdleScreenEngineWrapper(IdleScreenService service, IIdleScreenConnection conn, IBinder windowToken, int windowType, int windowAnimation, int windowFlag, int format, boolean isPreview, int reqWidth, int reqHeight, Looper looper)
|
|
IdleScreenEngineWrapper(Context service, IdleScreenEngineHelper helper, IIdleScreenConnection conn, IBinder windowToken, int windowType, int windowAnimation, int windowFlag, int format, boolean isPreview, int reqWidth, int reqHeight, Looper looper)
|
[Expand]
Inherited Methods |
From class
com.htc.lockscreen.idlescreen.IIdleScreenEngine.Stub
IBinder
|
asBinder()
|
static
IIdleScreenEngine
|
asInterface(IBinder arg0)
|
boolean
|
onTransact(int arg0, Parcel arg1, Parcel arg2, int arg3)
|
|
From class
android.os.Binder
void
|
attachInterface(IInterface arg0, String arg1)
|
final
static
long
|
clearCallingIdentity()
|
void
|
dump(FileDescriptor arg0, String[] arg1)
|
void
|
dump(FileDescriptor arg0, PrintWriter arg1, String[] arg2)
|
void
|
dumpAsync(FileDescriptor arg0, String[] arg1)
|
void
|
finalize()
|
final
static
void
|
flushPendingCommands()
|
final
static
int
|
getCallingPid()
|
final
static
int
|
getCallingUid()
|
String
|
getInterfaceDescriptor()
|
final
static
int
|
getThreadStrictModePolicy()
|
boolean
|
isBinderAlive()
|
final
static
void
|
joinThreadPool()
|
void
|
linkToDeath(IBinder.DeathRecipient arg0, int arg1)
|
boolean
|
onTransact(int arg0, Parcel arg1, Parcel arg2, int arg3)
|
boolean
|
pingBinder()
|
IInterface
|
queryLocalInterface(String arg0)
|
final
static
void
|
restoreCallingIdentity(long arg0)
|
final
static
void
|
setThreadStrictModePolicy(int arg0)
|
final
boolean
|
transact(int arg0, Parcel arg1, Parcel arg2, int arg3)
|
boolean
|
unlinkToDeath(IBinder.DeathRecipient arg0, int arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
android.os.IBinder
|
From interface
android.os.IInterface
|
From interface
com.android.internal.os.HandlerCaller.Callback
abstract
void
|
executeMessage(Message arg0)
|
|
From interface
com.htc.lockscreen.idlescreen.IIdleScreenEngine
abstract
void
|
destroy()
|
abstract
void
|
dispatchPointer(MotionEvent arg0)
|
abstract
void
|
sendIdleScreenCommand(String arg0, int arg1, int arg2, int arg3, Bundle arg4, boolean arg5)
|
abstract
void
|
setDesiredSize(int arg0, int arg1)
|
abstract
void
|
setVisibility(boolean arg0)
|
|