Home
last modified time | relevance | path

Searched refs:getRawInsetsState (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsStateControllerTest.java160 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_independentSources()
172 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_belowIme()
183 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_aboveIme()
217 assertTrue(getController().getRawInsetsState().getSourceOrDefaultVisibility(ITYPE_IME)); in testStripForDispatch_imeOrderChanged()
247 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_childWindow_altFocusable()
265 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_childWindow_splitScreen()
DInsetsPolicyTest.java255 assertTrue(mDisplayContent.getInsetsStateController().getRawInsetsState() in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls()
257 assertTrue(mDisplayContent.getInsetsStateController().getRawInsetsState() in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls()
DDisplayPolicyTests.java382 final InsetsState state = mDisplayContent.getInsetsStateController().getRawInsetsState(); in testImeMinimalSourceFrame()
DDisplayPolicyLayoutTests.java799 mDisplayContent.getInsetsStateController().getRawInsetsState()); in assertSimulateLayoutSameDisplayFrames()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsPolicy.java162 final InsetsState state = new InsetsState(mStateController.getRawInsetsState()); in showTransient()
179 InsetsState state = new InsetsState(mStateController.getRawInsetsState()); in hideTransient()
DInsetsStateController.java205 InsetsState getRawInsetsState() { in getRawInsetsState() method in InsetsStateController
DAccessibilityController.java1175 final InsetsSource source = displayContent.getInsetsStateController().getRawInsetsState() in getNavBarInsets()
DDisplayContent.java733 if (getInsetsStateController().getRawInsetsState().getSourceOrDefaultVisibility(
5768 getInsetsStateController().getRawInsetsState()); in notifyInsetsChanged()
5778 mRemoteInsetsController.insetsControlChanged(stateController.getRawInsetsState(), in notifyInsetsControlChanged()
DDisplayPolicy.java1534 mDisplayContent.getInsetsStateController().getRawInsetsState());
/frameworks/base/services/
Dart-profile37162 HSPLcom/android/server/wm/InsetsStateController;->getRawInsetsState()Landroid/view/InsetsState;