/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
H A D | ControllerActivity.java | 57 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 D | ChatActivity.java | 98 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 D | TestActivity.java | 100 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in showImeWithWindowInsetsController() 116 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in hideImeWithWindowInsetsController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardPasswordView.java | 186 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 D | GameActivity.java | 66 ViewCompat.getWindowInsetsController(getWindow().getDecorView()); in hideSystemBars()
|
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
H A D | ImeStressTestUtil.java | 453 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 D | ImePerfTest.java | 265 activity.getWindow().getDecorView().getWindowInsetsController(); in testShowImeCold() 322 activity.getWindow().getDecorView().getWindowInsetsController(); in testShowOrHideImeWarm()
|
/aosp14/frameworks/base/core/java/android/preference/ |
H A D | EditTextPreference.java | 142 mEditText.getWindowInsetsController().show(WindowInsets.Type.ime()); in showDialog()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsImeTest.java | 200 WindowInsetsController wic = mEditText.getWindowInsetsController(); in showIme()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardSecurityViewFlipperControllerTest.java | 90 when(mView.getWindowInsetsController()).thenReturn(mWindowInsetsController); in setup()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashscreenWindowCreator.java | 221 contentView.getWindowInsetsController() in addSplashScreenStartingWindow() 479 mRootView.getWindowInsetsController().setSystemBarsAppearance( in clearSystemBarColor()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarKeyguardViewManager.java | 811 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 D | DreamOverlayService.java | 301 mWindow.getDecorView().getWindowInsetsController().hide(WindowInsets.Type.systemBars()); in addOverlayWindowLocked()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | PlatLogoActivity.java | 202 getWindow().getDecorView().getWindowInsetsController().hide(WindowInsets.Type.systemBars()); in onCreate()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | NavigationBarController.java | 456 mService.mWindow.getWindow().getDecorView().getWindowInsetsController() in onNavButtonFlagsChanged()
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | DecorView.java | 1096 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 D | PhoneWindow.java | 3968 return mDecor.getWindowInsetsController();
|
/aosp14/frameworks/base/core/java/android/service/dreams/ |
H A D | DreamService.java | 1309 mWindow.getDecorView().getWindowInsetsController().hide(WindowInsets.Type.systemBars()); in onWindowCreated()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarKeyguardViewManagerTest.java | 180 when(mNotificationShadeWindowView.getWindowInsetsController()) in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthContainerView.java | 843 getWindowInsetsController().hide(WindowInsets.Type.ime());
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputView.java | 1037 final WindowInsetsController insetsController = getWindowInsetsController(); in hideIme()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 12647 public @Nullable WindowInsetsController getWindowInsetsController() { in getWindowInsetsController() method in View 12653 return ((View) parent).getWindowInsetsController(); in getWindowInsetsController()
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 17512 HSPLandroid/view/View;->getWindowInsetsController()Landroid/view/WindowInsetsController; 22046 HSPLcom/android/internal/policy/DecorView;->getWindowInsetsController()Landroid/view/WindowInsetsCo…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 17576 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |