Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsStateControllerTest.java74 assertNull(getController().getInsetsForWindow(navBar).peekSource(ITYPE_IME)); in testStripForDispatch_navBar()
75 assertNull(getController().getInsetsForWindow(navBar).peekSource(ITYPE_STATUS_BAR)); in testStripForDispatch_navBar()
88 assertNull(getController().getInsetsForWindow(app).peekSource(ITYPE_STATUS_BAR)); in testStripForDispatch_pip()
89 assertNull(getController().getInsetsForWindow(app).peekSource(ITYPE_NAVIGATION_BAR)); in testStripForDispatch_pip()
90 assertNull(getController().getInsetsForWindow(app).peekSource(ITYPE_IME)); in testStripForDispatch_pip()
103 assertNull(getController().getInsetsForWindow(app).peekSource(ITYPE_STATUS_BAR)); in testStripForDispatch_freeform()
104 assertNull(getController().getInsetsForWindow(app).peekSource(ITYPE_NAVIGATION_BAR)); in testStripForDispatch_freeform()
118 assertNull(getController().getInsetsForWindow(app).peekSource(ITYPE_STATUS_BAR)); in testStripForDispatch_multiwindow_alwaysOnTop()
119 assertNull(getController().getInsetsForWindow(app).peekSource(ITYPE_NAVIGATION_BAR)); in testStripForDispatch_multiwindow_alwaysOnTop()
133 assertFalse(getController().getInsetsForWindow(app2).getSource(ITYPE_IME) in testStripForDispatch_independentSources()
[all …]
DDisplayPolicyLayoutTests.java740 final Rect frame = mDisplayPolicy.getInsetsPolicy().getInsetsForWindow(mWindow) in testFixedRotationInsetsSourceFrame()
743 final Rect rotatedFrame = mDisplayPolicy.getInsetsPolicy().getInsetsForWindow(mWindow) in testFixedRotationInsetsSourceFrame()
DWindowStateTests.java944 InsetsState state = mDisplayContent.getInsetsStateController().getInsetsForWindow( in testNotificationShadeHasImeInsetsWhenSplitscreenActivated()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsPolicy.java211 InsetsState getInsetsForWindow(WindowState target) { in getInsetsForWindow() method in InsetsPolicy
212 final InsetsState originalState = mStateController.getInsetsForWindow(target); in getInsetsForWindow()
520 final InsetsState state = getInsetsForWindow(mFocusedWin); in controlAnimationUnchecked()
DInsetsStateController.java117 InsetsState getInsetsForWindow(@NonNull WindowState target) { in getInsetsForWindow() method in InsetsStateController
DWindowState.java1673 return getDisplayContent().getInsetsPolicy().getInsetsForWindow(this); in getInsetsState()
/frameworks/base/services/
Dart-profile46696 HSPLcom/android/server/wm/InsetsPolicy;->getInsetsForWindow(Lcom/android/server/wm/WindowState;)Lan…
46783 HSPLcom/android/server/wm/InsetsStateController;->getInsetsForWindow(Lcom/android/server/wm/WindowS…