Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DWindowLayoutTests.java267 mState.setSourceVisible(ID_STATUS_BAR, false); in fitInvisibleInsets()
268 mState.setSourceVisible(ID_NAVIGATION_BAR, false); in fitInvisibleInsets()
278 mState.setSourceVisible(ID_STATUS_BAR, false); in fitInvisibleInsetsIgnoringVisibility()
279 mState.setSourceVisible(ID_NAVIGATION_BAR, false); in fitInvisibleInsetsIgnoringVisibility()
364 mState.setSourceVisible(ID_STATUS_BAR, false); in layoutInDisplayCutoutModeDefaultWithInvisibleSystemBars()
365 mState.setSourceVisible(ID_NAVIGATION_BAR, false); in layoutInDisplayCutoutModeDefaultWithInvisibleSystemBars()
DInsetsControllerTest.java446 state.setSourceVisible(ID_STATUS_BAR, true); in testRestoreStartsAnimation()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsStateControllerTest.java157 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()
257 getController().getRawInsetsState().setSourceVisible(ID_IME, true); in testStripForDispatch_childWindow_altFocusable()
278 getController().getRawInsetsState().setSourceVisible(ID_IME, true); in testStripForDispatch_childWindow_splitScreen()
DInsetsPolicyTest.java351 state.setSourceVisible(statusBarSource.getId(), true); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
352 state.setSourceVisible(navBarSource.getId(), true); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
DWindowStateTests.java1230 .setSourceVisible(ID_IME, true); in testNotificationShadeHasImeInsetsWhenMultiWindow()
DDisplayContentTests.java1625 state.setSourceVisible(statusBarId, in testApplyTopFixedRotationTransform()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
DDisplayImeControllerTest.java156 state.setSourceVisible(ID_IME, visible); in insetsStateWithIme()
/frameworks/base/core/java/android/view/
DInsetsAnimationControlImpl.java421 state.setSourceVisible(control.getId(), shown); in calculateInsets()
DInsetsState.java560 public void setSourceVisible(int id, boolean visible) { in setSourceVisible() method in InsetsState
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayImeController.java410 mInsetsState.setSourceVisible(InsetsSource.ID_IME, visible); in setVisibleDirectly()