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

/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java291 private void setLiveWallpaper(IBinder windowToken) { argument
294 mWallpaperManager.setWallpaperOffsets(windowToken, 0.5f, 0.0f);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1804 final IBinder windowToken = mKeyboardSwitcher.getMainKeyboardView().getWindowToken();
1805 if (windowToken == null) {
1811 lp.token = windowToken;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1819 IBinder windowToken = getWindowToken();
1820 mWallpaperOffset.setWindowToken(windowToken);
1822 mDragController.setWindowToken(windowToken);

Completed in 125 milliseconds