Searched refs:windowToken (Results 1 – 3 of 3) sorted by relevance
483 private void setLiveWallpaper(IBinder windowToken) { in setLiveWallpaper() argument486 mWallpaperManager.setWallpaperOffsets(windowToken, 0.5f /* xOffset */, 0.0f /* yOffset */); in setLiveWallpaper()
1883 final IBinder windowToken = mKeyboardSwitcher.getMainKeyboardView().getWindowToken(); in showOptionDialog() local1884 if (windowToken == null) { in showOptionDialog()1890 lp.token = windowToken; in showOptionDialog()
1241 IBinder windowToken = getWindowToken(); in onAttachedToWindow() local1242 mWallpaperOffset.setWindowToken(windowToken); in onAttachedToWindow()1244 mDragController.setWindowToken(windowToken); in onAttachedToWindow()