Home
last modified time | relevance | path

Searched refs:windowToken (Results 1 – 3 of 3) sorted by relevance

/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java476 private void setLiveWallpaper(IBinder windowToken) { in setLiveWallpaper() argument
479 mWallpaperManager.setWallpaperOffsets(windowToken, 0.5f /* xOffset */, 0.0f /* yOffset */); in setLiveWallpaper()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1858 final IBinder windowToken = mKeyboardSwitcher.getMainKeyboardView().getWindowToken(); in showOptionDialog() local
1859 if (windowToken == null) { in showOptionDialog()
1865 lp.token = windowToken; in showOptionDialog()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1236 IBinder windowToken = getWindowToken(); in onAttachedToWindow() local
1237 mWallpaperOffset.setWindowToken(windowToken); in onAttachedToWindow()
1239 mDragController.setWindowToken(windowToken); in onAttachedToWindow()