/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
D | ControllerActivity.java | 88 spinnerBehavior.getWindowInsetsController().getSystemBarsBehavior()); in onCreate() 92 parent.getWindowInsetsController().setSystemBarsBehavior(position); in onCreate() 114 mTextControllableInsets.getWindowInsetsController().addOnControllableInsetsChangedListener( in onCreate() 150 buttonView.getWindowInsetsController().show(mTypes); in onCheckedChanged() 152 buttonView.getWindowInsetsController().hide(mTypes); in onCheckedChanged() 188 seekBar.getWindowInsetsController().controlWindowInsetsAnimation(mTypes, in onStartTrackingTouch()
|
D | ChatActivity.java | 99 v.getWindowInsetsController().controlWindowInsetsAnimation(ime(), in onCreate() 194 v -> v.getWindowInsetsController().controlWindowInsetsAnimation(ime(), -1, in onCreate()
|
/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/testing/ |
D | TestActivity.java | 101 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in showImeWithWindowInsetsController() 117 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in hideImeWithWindowInsetsController()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardPasswordView.java | 231 getWindowInsetsController().controlWindowInsetsAnimation(ime(), in startDisappearAnimation() 333 mPasswordEntry.getWindowInsetsController().show(WindowInsets.Type.ime()); in showKeyboard() 346 mPasswordEntry.getWindowInsetsController().hide(WindowInsets.Type.ime()); in hideKeyboard()
|
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
D | GameActivity.java | 66 ViewCompat.getWindowInsetsController(getWindow().getDecorView()); in hideSystemBars()
|
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
D | ImeStressTestUtil.java | 454 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in showImeWithWindowInsetsController() 467 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in hideImeWithWindowInsetsController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
D | GlobalActionsImeTest.java | 200 WindowInsetsController wic = mEditText.getWindowInsetsController(); in showIme()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/ |
D | KeyguardSecurityViewFlipperControllerTest.java | 90 when(mView.getWindowInsetsController()).thenReturn(mWindowInsetsController); in setup()
|
/frameworks/base/core/java/android/preference/ |
D | EditTextPreference.java | 142 mEditText.getWindowInsetsController().show(WindowInsets.Type.ime()); in showDialog()
|
/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/ |
D | ImePerfTest.java | 265 activity.getWindow().getDecorView().getWindowInsetsController(); in testShowImeCold() 322 activity.getWindow().getDecorView().getWindowInsetsController(); in testShowOrHideImeWarm()
|
/frameworks/base/services/tests/dreamservicetests/src/com/android/server/dreams/ |
D | TestDreamEnvironment.java | 309 when(mDecorView.getWindowInsetsController()).thenReturn( in TestDreamEnvironment()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarKeyguardViewManager.java | 982 WindowInsetsController insetsController = windowRootView.getWindowInsetsController(); in setRootViewAnimationDisabled() 1370 mNotificationShadeWindowController.getWindowRootView().getWindowInsetsController() 1448 mNotificationShadeWindowController.getWindowRootView().getWindowInsetsController() in updateNavigationBarVisibility()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | SplashscreenWindowCreator.java | 218 contentView.getWindowInsetsController() in addSplashScreenStartingWindow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowControllerImpl.java | 299 if (mWindowRootView.getWindowInsetsController() != null) { in attach() 300 mWindowRootView.getWindowInsetsController().setSystemBarsBehavior( in attach()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | PlatLogoActivity.java | 202 getWindow().getDecorView().getWindowInsetsController().hide(WindowInsets.Type.systemBars()); in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
D | DreamOverlayService.java | 485 mWindow.getDecorView().getWindowInsetsController().hide(WindowInsets.Type.systemBars()); in addOverlayWindowLocked()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorView.java | 947 getWindowInsetsController().setSystemBarsAppearance( 1070 final WindowInsetsController controller = getWindowInsetsController(); in updateColorViews() 2297 public WindowInsetsController getWindowInsetsController() { in getWindowInsetsController() method 2299 return super.getWindowInsetsController(); in getWindowInsetsController()
|
D | PhoneWindow.java | 2677 decor.getWindowInsetsController().setSystemBarsAppearanceFromResource( in generateLayout() 4005 mDecor.getWindowInsetsController().setSystemBarsAppearance( 4093 return mDecor.getWindowInsetsController();
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | NavigationBarController.java | 498 mService.mWindow.getWindow().getDecorView().getWindowInsetsController() in onNavButtonFlagsChanged()
|
/frameworks/base/core/java/android/service/dreams/ |
D | DreamService.java | 1568 mWindow.getDecorView().getWindowInsetsController().hide(WindowInsets.Type.systemBars()); in onWindowCreated()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthContainerView.java | 886 getWindowInsetsController().hide(WindowInsets.Type.ime());
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarKeyguardViewManagerTest.java | 195 when(mNotificationShadeWindowView.getWindowInsetsController()) in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputView.java | 986 final WindowInsetsController insetsController = getWindowInsetsController(); in hideIme()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 2342 view.getWindowInsetsController().show(WindowInsets.Type.ime()); in showSoftInput() 2500 servedView.getWindowInsetsController().hide(WindowInsets.Type.ime()); in hideSoftInputFromWindow()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 13338 public @Nullable WindowInsetsController getWindowInsetsController() { 13344 return ((View) parent).getWindowInsetsController();
|