Searched refs:getInsetsState (Results 1 – 6 of 6) sorted by relevance
862 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()
362 final InsetsState state = mAppWindow.getInsetsState(); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()366 final InsetsState clientState = mAppWindow.getInsetsState(); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
327 final InsetsState rotatedState = new InsetsState(app.getInsetsState(), in testTransientVisibilityOfFixedRotationState()337 assertFalse(app.getInsetsState().getSource(ITYPE_STATUS_BAR).isVisible()); in testTransientVisibilityOfFixedRotationState()
894 mFrozenInsetsState = new InsetsState(getInsetsState(), true /* copySources */); in freezeInsetsState()1672 InsetsState getInsetsState() { in getInsetsState() method in WindowState1681 InsetsState state = getInsetsState(); in getCompatInsetsState()1693 final InsetsState state = new InsetsState(getInsetsState()); in getInsetsStateWithVisibilityOverride()
1593 final InsetsState state = win.getInsetsState();2693 final InsetsSource source = win.getInsetsState().peekSource(type);
50556 HSPLcom/android/server/wm/WindowState;->getInsetsState()Landroid/view/InsetsState;+]Lcom/android/se…