Searched refs:windowToken (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | BaseDepthController.java | 133 IBinder windowToken = mLauncher.getRootView().getWindowToken(); in applyDepthAndBlur() local 134 if (windowToken != null) { in applyDepthAndBlur() 136 mWallpaperManager.setWallpaperZoomOut(windowToken, depth); in applyDepthAndBlur() 141 mWallpaperManager.setWallpaperZoomOut(windowToken, depth / 3); in applyDepthAndBlur()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/toast/ |
D | CarToastUI.java | 71 IBinder windowToken, int duration, @Nullable ITransientNotificationCallback callback, in showToast() argument 87 super.showToast(uid, packageName, token, text, windowToken, duration, callback, displayId); in showToast()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/wallpaperconnection/ |
D | WallpaperEngineConnection.kt | 138 surfaceView.windowToken, in <lambda>() 153 surfaceView.windowToken, in <lambda>()
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
D | LiveWallpaperPreview.java | 484 private void setLiveWallpaper(IBinder windowToken) { in setLiveWallpaper() argument 487 mWallpaperManager.setWallpaperOffsets(windowToken, 0.5f /* xOffset */, 0.0f /* yOffset */); in setLiveWallpaper()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 1917 final IBinder windowToken = mKeyboardSwitcher.getMainKeyboardView().getWindowToken(); in showOptionDialog() local 1918 if (windowToken == null) { in showOptionDialog() 1924 lp.token = windowToken; in showOptionDialog()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiConfigController.java | 1872 private void hideSoftKeyboard(IBinder windowToken) { in hideSoftKeyboard() argument 1875 inputMethodManager.hideSoftInputFromWindow(windowToken, 0 /* flags */); in hideSoftKeyboard()
|
D | WifiConfigController2.java | 1970 private void hideSoftKeyboard(IBinder windowToken) { 1973 inputMethodManager.hideSoftInputFromWindow(windowToken, 0 /* flags */);
|