Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DControllerActivity.java57 spinnerBehavior.getWindowInsetsController().getSystemBarsBehavior()); in onCreate()
61 parent.getWindowInsetsController().setSystemBarsBehavior(position); in onCreate()
85 contentView.getWindowInsetsController().addOnControllableInsetsChangedListener( in onCreate()
137 buttonView.getWindowInsetsController().show(mTypes); in onCheckedChanged()
139 buttonView.getWindowInsetsController().hide(mTypes); in onCheckedChanged()
175 seekBar.getWindowInsetsController().controlWindowInsetsAnimation(mTypes, in onStartTrackingTouch()
H A DChatActivity.java98 v.getWindowInsetsController().controlWindowInsetsAnimation(ime(), in onCreate()
193 v -> v.getWindowInsetsController().controlWindowInsetsAnimation(ime(), -1, in onCreate()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/testing/
H A DTestActivity.java100 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in showImeWithWindowInsetsController()
116 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in hideImeWithWindowInsetsController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordView.java186 getWindowInsetsController().controlWindowInsetsAnimation(ime(), in startDisappearAnimation()
288 mPasswordEntry.getWindowInsetsController().show(WindowInsets.Type.ime()); in showKeyboard()
301 mPasswordEntry.getWindowInsetsController().hide(WindowInsets.Type.ime()); in hideKeyboard()
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DGameActivity.java66 ViewCompat.getWindowInsetsController(getWindow().getDecorView()); in hideSystemBars()
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeStressTestUtil.java453 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in showImeWithWindowInsetsController()
466 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in hideImeWithWindowInsetsController()
/aosp14/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
H A DImePerfTest.java265 activity.getWindow().getDecorView().getWindowInsetsController(); in testShowImeCold()
322 activity.getWindow().getDecorView().getWindowInsetsController(); in testShowOrHideImeWarm()
/aosp14/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java142 mEditText.getWindowInsetsController().show(WindowInsets.Type.ime()); in showDialog()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsImeTest.java200 WindowInsetsController wic = mEditText.getWindowInsetsController(); in showIme()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipperControllerTest.java90 when(mView.getWindowInsetsController()).thenReturn(mWindowInsetsController); in setup()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenWindowCreator.java221 contentView.getWindowInsetsController() in addSplashScreenStartingWindow()
479 mRootView.getWindowInsetsController().setSystemBarsAppearance( in clearSystemBarColor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java811 mNotificationShadeWindowController.getWindowRootView().getWindowInsetsController() in onStartedWakingUp()
825 mNotificationShadeWindowController.getWindowRootView().getWindowInsetsController() in onStartedGoingToSleep()
1180 mNotificationShadeWindowController.getWindowRootView().getWindowInsetsController()
1258 mNotificationShadeWindowController.getWindowRootView().getWindowInsetsController() in updateNavigationBarVisibility()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayService.java301 mWindow.getDecorView().getWindowInsetsController().hide(WindowInsets.Type.systemBars()); in addOverlayWindowLocked()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java202 getWindow().getDecorView().getWindowInsetsController().hide(WindowInsets.Type.systemBars()); in onCreate()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DNavigationBarController.java456 mService.mWindow.getWindow().getDecorView().getWindowInsetsController() in onNavButtonFlagsChanged()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1096 final WindowInsetsController controller = getWindowInsetsController(); in updateColorViews()
2126 getWindowInsetsController().setCaptionInsetsHeight(getCaptionInsetsHeight()); in notifyCaptionHeightChanged()
2619 public WindowInsetsController getWindowInsetsController() { in getWindowInsetsController() method
2621 return super.getWindowInsetsController(); in getWindowInsetsController()
H A DPhoneWindow.java3968 return mDecor.getWindowInsetsController();
/aosp14/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java1309 mWindow.getDecorView().getWindowInsetsController().hide(WindowInsets.Type.systemBars()); in onWindowCreated()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManagerTest.java180 when(mNotificationShadeWindowView.getWindowInsetsController()) in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java843 getWindowInsetsController().hide(WindowInsets.Type.ime());
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java1037 final WindowInsetsController insetsController = getWindowInsetsController(); in hideIme()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java12647 public @Nullable WindowInsetsController getWindowInsetsController() { in getWindowInsetsController() method in View
12653 return ((View) parent).getWindowInsetsController(); in getWindowInsetsController()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17512 HSPLandroid/view/View;->getWindowInsetsController()Landroid/view/WindowInsetsController;
22046 HSPLcom/android/internal/policy/DecorView;->getWindowInsetsController()Landroid/view/WindowInsetsCo…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17576 HSPLandroid/view/View;->getWindowInsetsController()Landroid/view/WindowInsetsController;
22110 HSPLcom/android/internal/policy/DecorView;->getWindowInsetsController()Landroid/view/WindowInsetsCo…
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...

12