Home
last modified time | relevance | path

Searched refs:getInsetsState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowStateTests.java862 final InsetsState expectedState = new InsetsState(app.getInsetsState(), in testSetFreezeInsetsState()
867 assertEquals(expectedState, app.getInsetsState()); in testSetFreezeInsetsState()
886 assertTrue(mImeWindow.getInsetsState().getSourceOrDefaultVisibility(ITYPE_NAVIGATION_BAR)); in testImeAlwaysReceivesVisibleNavigationBarInsets()
887 assertFalse(mAppWindow.getInsetsState().getSourceOrDefaultVisibility(ITYPE_NAVIGATION_BAR)); in testImeAlwaysReceivesVisibleNavigationBarInsets()
890 assertTrue(mImeWindow.getInsetsState().getSourceOrDefaultVisibility(ITYPE_NAVIGATION_BAR)); in testImeAlwaysReceivesVisibleNavigationBarInsets()
891 assertTrue(mAppWindow.getInsetsState().getSourceOrDefaultVisibility(ITYPE_NAVIGATION_BAR)); in testImeAlwaysReceivesVisibleNavigationBarInsets()
DInsetsPolicyTest.java362 final InsetsState state = mAppWindow.getInsetsState(); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
366 final InsetsState clientState = mAppWindow.getInsetsState(); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
DInsetsStateControllerTest.java327 final InsetsState rotatedState = new InsetsState(app.getInsetsState(), in testTransientVisibilityOfFixedRotationState()
337 assertFalse(app.getInsetsState().getSource(ITYPE_STATUS_BAR).isVisible()); in testTransientVisibilityOfFixedRotationState()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java894 mFrozenInsetsState = new InsetsState(getInsetsState(), true /* copySources */); in freezeInsetsState()
1672 InsetsState getInsetsState() { in getInsetsState() method in WindowState
1681 InsetsState state = getInsetsState(); in getCompatInsetsState()
1693 final InsetsState state = new InsetsState(getInsetsState()); in getInsetsStateWithVisibilityOverride()
DDisplayPolicy.java1593 final InsetsState state = win.getInsetsState();
2693 final InsetsSource source = win.getInsetsState().peekSource(type);
/frameworks/base/services/
Dart-profile50556 HSPLcom/android/server/wm/WindowState;->getInsetsState()Landroid/view/InsetsState;+]Lcom/android/se…