Searched refs:windowToken (Results 1 – 3 of 3) sorted by relevance
314 private void setLiveWallpaper(IBinder windowToken) { in setLiveWallpaper() argument317 mWallpaperManager.setWallpaperOffsets(windowToken, 0.5f, 0.0f); in setLiveWallpaper()
1841 final IBinder windowToken = mKeyboardSwitcher.getMainKeyboardView().getWindowToken(); in showOptionDialog() local1842 if (windowToken == null) { in showOptionDialog()1848 lp.token = windowToken; in showOptionDialog()
1725 IBinder windowToken = getWindowToken(); in onAttachedToWindow() local1726 mWallpaperOffset.setWindowToken(windowToken); in onAttachedToWindow()1728 mDragController.setWindowToken(windowToken); in onAttachedToWindow()