Home
last modified time | relevance | path

Searched refs:insetsController (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DInsetsSourceConsumerTest.java222 InsetsController insetsController = new InsetsController(host, (ic, id, type) -> { in testWontUpdateImeLeashVisibility_whenAnimation() local
235 InsetsSourceConsumer imeConsumer = insetsController.getSourceConsumer(ID_IME, ime()); in testWontUpdateImeLeashVisibility_whenAnimation()
244 insetsController.controlWindowInsetsAnimation(ime(), 0L, in testWontUpdateImeLeashVisibility_whenAnimation()
246 assertEquals(ANIMATION_TYPE_USER, insetsController.getAnimationType(ime())); in testWontUpdateImeLeashVisibility_whenAnimation()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DSplitTestUtils.java78 DisplayInsetsController insetsController, SplitLayout splitLayout, in TestStageCoordinator() argument
85 sideStage, displayController, imeController, insetsController, splitLayout, in TestStageCoordinator()
/frameworks/libs/systemui/toruslib/torus-utils/src/main/java/com/google/android/torus/utils/extensions/
DActivityExt.kt33 val controller = window.insetsController in Activity()
/frameworks/base/core/java/android/view/
DImeBackAnimationController.java68 public ImeBackAnimationController(ViewRootImpl viewRoot, InsetsController insetsController) { in ImeBackAnimationController() argument
69 mInsetsController = insetsController; in ImeBackAnimationController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java986 final WindowInsetsController insetsController = getWindowInsetsController(); in hideIme() local
987 if (insetsController != null) { in hideIme()
988 insetsController.hide(WindowInsets.Type.ime()); in hideIme()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java982 WindowInsetsController insetsController = windowRootView.getWindowInsetsController(); in setRootViewAnimationDisabled() local
983 if (insetsController != null) { in setRootViewAnimationDisabled()
984 insetsController.setAnimationsDisabled(disabled); in setRootViewAnimationDisabled()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java4730 int displayId, IDisplayWindowInsetsController insetsController) { in setDisplayWindowInsetsController() argument
4739 dc.setRemoteInsetsController(insetsController); in setDisplayWindowInsetsController()