|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IBinder in android.accessibilityservice |
---|
Methods in android.accessibilityservice that return IBinder | |
---|---|
IBinder |
AccessibilityService.onBind(Intent intent)
|
Uses of IBinder in android.accounts |
---|
Methods in android.accounts that return IBinder | |
---|---|
IBinder |
AbstractAccountAuthenticator.getIBinder()
|
Uses of IBinder in android.app |
---|
Methods in android.app that return IBinder | |
---|---|
abstract IBinder |
Service.onBind(Intent intent)
|
IBinder |
IntentService.onBind(Intent intent)
|
Methods in android.app with parameters of type IBinder | |
---|---|
void |
WallpaperManager.clearWallpaperOffsets(IBinder windowToken)
|
Activity |
Instrumentation.newActivity(Class<?> clazz,
Context context,
IBinder token,
Application application,
Intent intent,
ActivityInfo info,
CharSequence title,
Activity parent,
String id,
Object lastNonConfigurationInstance)
|
void |
WallpaperManager.sendWallpaperCommand(IBinder windowToken,
String action,
int x,
int y,
int z,
Bundle extras)
|
void |
WallpaperManager.setWallpaperOffsets(IBinder windowToken,
float xOffset,
float yOffset)
|
Uses of IBinder in android.content |
---|
Methods in android.content that return IBinder | |
---|---|
IBinder |
AbstractThreadedSyncAdapter.getSyncAdapterBinder()
|
IBinder |
SyncContext.getSyncContextBinder()
|
IBinder |
BroadcastReceiver.peekService(Context myContext,
Intent service)
|
Methods in android.content with parameters of type IBinder | |
---|---|
void |
ServiceConnection.onServiceConnected(ComponentName name,
IBinder service)
|
Uses of IBinder in android.inputmethodservice |
---|
Methods in android.inputmethodservice that return IBinder | |
---|---|
IBinder |
AbstractInputMethodService.onBind(Intent intent)
|
Methods in android.inputmethodservice with parameters of type IBinder | |
---|---|
void |
InputMethodService.InputMethodImpl.attachToken(IBinder token)
|
Uses of IBinder in android.media |
---|
Methods in android.media with parameters of type IBinder | |
---|---|
void |
MediaScannerConnection.onServiceConnected(ComponentName className,
IBinder service)
|
Uses of IBinder in android.net |
---|
Methods in android.net that return IBinder | |
---|---|
IBinder |
VpnService.onBind(Intent intent)
|
Uses of IBinder in android.os |
---|
Classes in android.os that implement IBinder | |
---|---|
class |
Binder
|
Methods in android.os that return IBinder | |
---|---|
IBinder |
IInterface.asBinder()
|
IBinder[] |
Parcel.createBinderArray()
|
IBinder |
Messenger.getBinder()
|
IBinder |
Parcel.readStrongBinder()
|
Methods in android.os that return types with arguments of type IBinder | |
---|---|
ArrayList<IBinder> |
Parcel.createBinderArrayList()
|
Methods in android.os with parameters of type IBinder | |
---|---|
void |
TokenWatcher.acquire(IBinder token,
String tag)
|
void |
TokenWatcher.cleanup(IBinder token,
boolean unlink)
|
void |
Parcel.readBinderArray(IBinder[] val)
|
void |
TokenWatcher.release(IBinder token)
|
void |
Parcel.writeBinderArray(IBinder[] val)
|
void |
Parcel.writeStrongBinder(IBinder val)
|
Method parameters in android.os with type arguments of type IBinder | |
---|---|
void |
Parcel.readBinderList(List<IBinder> list)
|
void |
Parcel.writeBinderList(List<IBinder> val)
|
Constructors in android.os with parameters of type IBinder | |
---|---|
Messenger(IBinder target)
|
Uses of IBinder in android.service.textservice |
---|
Methods in android.service.textservice that return IBinder | |
---|---|
IBinder |
SpellCheckerService.onBind(Intent intent)
|
Uses of IBinder in android.service.wallpaper |
---|
Methods in android.service.wallpaper that return IBinder | |
---|---|
IBinder |
WallpaperService.onBind(Intent intent)
|
Uses of IBinder in android.speech |
---|
Methods in android.speech that return IBinder | |
---|---|
IBinder |
RecognitionService.onBind(Intent intent)
|
Uses of IBinder in android.speech.tts |
---|
Methods in android.speech.tts that return IBinder | |
---|---|
IBinder |
TextToSpeechService.onBind(Intent intent)
|
Uses of IBinder in android.view |
---|
Fields in android.view declared as IBinder | |
---|---|
IBinder |
WindowManager.LayoutParams.token
|
Methods in android.view that return IBinder | |
---|---|
IBinder |
View.getApplicationWindowToken()
|
IBinder |
View.getWindowToken()
|
Methods in android.view with parameters of type IBinder | |
---|---|
void |
Window.setWindowManager(WindowManager wm,
IBinder appToken,
String appName)
|
void |
Window.setWindowManager(WindowManager wm,
IBinder appToken,
String appName,
boolean hardwareAccelerated)
|
Uses of IBinder in android.view.inputmethod |
---|
Methods in android.view.inputmethod that return IBinder | |
---|---|
IBinder |
InputBinding.getConnectionToken()
|
Methods in android.view.inputmethod with parameters of type IBinder | |
---|---|
void |
InputMethod.attachToken(IBinder token)
|
void |
InputMethodManager.hideSoftInputFromInputMethod(IBinder token,
int flags)
|
boolean |
InputMethodManager.hideSoftInputFromWindow(IBinder windowToken,
int flags)
|
boolean |
InputMethodManager.hideSoftInputFromWindow(IBinder windowToken,
int flags,
ResultReceiver resultReceiver)
|
void |
InputMethodManager.hideStatusIcon(IBinder imeToken)
|
void |
InputMethodManager.setInputMethod(IBinder token,
String id)
|
void |
InputMethodManager.setInputMethodAndSubtype(IBinder token,
String id,
InputMethodSubtype subtype)
|
void |
InputMethodManager.showSoftInputFromInputMethod(IBinder token,
int flags)
|
void |
InputMethodManager.showStatusIcon(IBinder imeToken,
String packageName,
int iconId)
|
boolean |
InputMethodManager.switchToLastInputMethod(IBinder imeToken)
|
void |
InputMethodManager.toggleSoftInputFromWindow(IBinder windowToken,
int showFlags,
int hideFlags)
|
Constructors in android.view.inputmethod with parameters of type IBinder | |
---|---|
InputBinding(InputConnection conn,
IBinder connToken,
int uid,
int pid)
|
Uses of IBinder in android.widget |
---|
Methods in android.widget that return IBinder | |
---|---|
IBinder |
RemoteViewsService.onBind(Intent intent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |