Home
last modified time | relevance | path

Searched refs:getWindowInsetsController (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DControllerActivity.java88 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()
DChatActivity.java99 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/
DTestActivity.java101 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in showImeWithWindowInsetsController()
117 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in hideImeWithWindowInsetsController()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java231 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/
DGameActivity.java66 ViewCompat.getWindowInsetsController(getWindow().getDecorView()); in hideSystemBars()
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DImeStressTestUtil.java454 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in showImeWithWindowInsetsController()
467 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in hideImeWithWindowInsetsController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsImeTest.java200 WindowInsetsController wic = mEditText.getWindowInsetsController(); in showIme()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardSecurityViewFlipperControllerTest.java90 when(mView.getWindowInsetsController()).thenReturn(mWindowInsetsController); in setup()
/frameworks/base/core/java/android/preference/
DEditTextPreference.java142 mEditText.getWindowInsetsController().show(WindowInsets.Type.ime()); in showDialog()
/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
DImePerfTest.java265 activity.getWindow().getDecorView().getWindowInsetsController(); in testShowImeCold()
322 activity.getWindow().getDecorView().getWindowInsetsController(); in testShowOrHideImeWarm()
/frameworks/base/services/tests/dreamservicetests/src/com/android/server/dreams/
DTestDreamEnvironment.java309 when(mDecorView.getWindowInsetsController()).thenReturn( in TestDreamEnvironment()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java982 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/
DSplashscreenWindowCreator.java218 contentView.getWindowInsetsController() in addSplashScreenStartingWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java299 if (mWindowRootView.getWindowInsetsController() != null) { in attach()
300 mWindowRootView.getWindowInsetsController().setSystemBarsBehavior( in attach()
/frameworks/base/core/java/com/android/internal/app/
DPlatLogoActivity.java202 getWindow().getDecorView().getWindowInsetsController().hide(WindowInsets.Type.systemBars()); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayService.java485 mWindow.getDecorView().getWindowInsetsController().hide(WindowInsets.Type.systemBars()); in addOverlayWindowLocked()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java947 getWindowInsetsController().setSystemBarsAppearance(
1070 final WindowInsetsController controller = getWindowInsetsController(); in updateColorViews()
2297 public WindowInsetsController getWindowInsetsController() { in getWindowInsetsController() method
2299 return super.getWindowInsetsController(); in getWindowInsetsController()
DPhoneWindow.java2677 decor.getWindowInsetsController().setSystemBarsAppearanceFromResource( in generateLayout()
4005 mDecor.getWindowInsetsController().setSystemBarsAppearance(
4093 return mDecor.getWindowInsetsController();
/frameworks/base/core/java/android/inputmethodservice/
DNavigationBarController.java498 mService.mWindow.getWindow().getDecorView().getWindowInsetsController() in onNavButtonFlagsChanged()
/frameworks/base/core/java/android/service/dreams/
DDreamService.java1568 mWindow.getDecorView().getWindowInsetsController().hide(WindowInsets.Type.systemBars()); in onWindowCreated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java886 getWindowInsetsController().hide(WindowInsets.Type.ime());
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java195 when(mNotificationShadeWindowView.getWindowInsetsController()) in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java986 final WindowInsetsController insetsController = getWindowInsetsController(); in hideIme()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java2342 view.getWindowInsetsController().show(WindowInsets.Type.ime()); in showSoftInput()
2500 servedView.getWindowInsetsController().hide(WindowInsets.Type.ime()); in hideSoftInputFromWindow()
/frameworks/base/core/java/android/view/
DView.java13338 public @Nullable WindowInsetsController getWindowInsetsController() {
13344 return ((View) parent).getWindowInsetsController();

12