Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsStateControllerTest.java155 app1.mAboveInsetsState.addSource(getController().getRawInsetsState().peekSource(ID_IME)); in testStripForDispatch_independentSources()
157 getController().getRawInsetsState().setSourceVisible(ID_IME, true); in testStripForDispatch_independentSources()
173 getController().getRawInsetsState().setSourceVisible(ID_IME, true); in testStripForDispatch_belowIme()
185 getController().getRawInsetsState().setSourceVisible(ID_IME, true); in testStripForDispatch_aboveIme()
220 assertTrue(getController().getRawInsetsState().isSourceOrDefaultVisible(ID_IME, ime())); in testStripForDispatch_imeOrderChanged()
249 app.mAboveInsetsState.set(getController().getRawInsetsState()); in testStripForDispatch_childWindow_altFocusable()
250 child.mAboveInsetsState.set(getController().getRawInsetsState()); in testStripForDispatch_childWindow_altFocusable()
257 getController().getRawInsetsState().setSourceVisible(ID_IME, true); in testStripForDispatch_childWindow_altFocusable()
270 app.mAboveInsetsState.addSource(getController().getRawInsetsState().peekSource(ID_IME)); in testStripForDispatch_childWindow_splitScreen()
278 getController().getRawInsetsState().setSourceVisible(ID_IME, true); in testStripForDispatch_childWindow_splitScreen()
DDisplayPolicyLayoutTests.java118 mDisplayContent.getInsetsStateController().getRawInsetsState()); in updateDisplayFrames()
201 mDisplayContent.getInsetsStateController().getRawInsetsState()); in assertSimulateLayoutSameDisplayFrames()
217 mDisplayContent.getInsetsStateController().getRawInsetsState()); in testFixedRotationInsetsSourceFrame()
DInsetsPolicyTest.java273 assertFalse(mDisplayContent.getInsetsStateController().getRawInsetsState() in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls()
275 assertFalse(mDisplayContent.getInsetsStateController().getRawInsetsState() in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls()
289 assertTrue(mDisplayContent.getInsetsStateController().getRawInsetsState() in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls()
291 assertTrue(mDisplayContent.getInsetsStateController().getRawInsetsState() in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls()
DLaunchParamsModifierTestsBase.java62 configInsetsState(display.getInsetsStateController().getRawInsetsState(), display, in createNewDisplayContent()
DDisplayPolicyTests.java502 final InsetsState state = mDisplayContent.getInsetsStateController().getRawInsetsState(); in testImeMinimalSourceFrame()
538 final InsetsState state = mDisplayContent.getInsetsStateController().getRawInsetsState(); in testImeInsetsGivenContentFrame()
DTaskLaunchParamsModifierTests.java1706 freeformDisplay.getInsetsStateController().getRawInsetsState(), freeformDisplay, in testRespectsLayoutMinDimensions()
DWindowStateTests.java1229 mDisplayContent.getInsetsStateController().getRawInsetsState() in testNotificationShadeHasImeInsetsWhenMultiWindow()
DDisplayContentTests.java1622 final InsetsState state = mDisplayContent.getInsetsStateController().getRawInsetsState(); in testApplyTopFixedRotationTransform()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsPolicy.java138 final InsetsState state = mStateController.getRawInsetsState(); in hasHiddenSources()
153 final InsetsState rawState = mStateController.getRawInsetsState(); in showTransient()
236 : mStateController.getRawInsetsState(); in getInsetsForWindowMetrics()
740 mState.set(mStateController.getRawInsetsState(), true /* copySources */); in run()
DInsetsStateController.java95 InsetsState getRawInsetsState() { in getRawInsetsState() method in InsetsStateController
DDisplayContent.java1162 mDisplayFrames = new DisplayFrames(mInsetsStateController.getRawInsetsState(), in DisplayContent()
2152 final InsetsState state = mInsetsStateController.getRawInsetsState(); in notifyInsetsChanged()
3254 final InsetsState state = mDisplayContent.getInsetsStateController().getRawInsetsState(); in getStableRect()
3402 final InsetsState state = getInsetsStateController().getRawInsetsState(); in getInputMethodWindowVisibleHeight()
4352 mInsetsStateController.getRawInsetsState().isSourceOrDefaultVisible( in setImeLayeringTargetInner()
4645 .getRawInsetsState().isSourceOrDefaultVisible(ID_IME, ime())); in updateImeInputAndControlTarget()
5862 final InsetsState state = mInsetsStateController.getRawInsetsState(); in calculateSystemGestureExclusion()
7059 getInsetsStateController().getRawInsetsState()); in notifyInsetsChanged()
7069 mRemoteInsetsController.insetsControlChanged(stateController.getRawInsetsState(), in notifyInsetsControlChanged()
DRecentTasks.java242 .getRawInsetsState();
DActivityRecord.java8781 .getRawInsetsState().calculateInsets( in updateResolvedBoundsPosition()
8871 .getRawInsetsState().calculateInsets( in isImmersiveMode()
DWindowState.java1623 ? getDisplayContent().getInsetsStateController().getRawInsetsState() in getMergedInsetsState()
/frameworks/base/services/
Dart-wear-profile27432 PLcom/android/server/wm/InsetsStateController;->getRawInsetsState()Landroid/view/InsetsState;