Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A 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()
H A DInsetsControllerTest.java443 state.setSourceVisible(ID_STATUS_BAR, true); in testRestoreStartsAnimation()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A 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()
H A DInsetsPolicyTest.java348 state.setSourceVisible(statusBarSource.getId(), true); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
349 state.setSourceVisible(navBarSource.getId(), true); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
H A DWindowStateTests.java1185 .setSourceVisible(ID_IME, true); in testNotificationShadeHasImeInsetsWhenMultiWindow()
H A DDisplayContentTests.java1616 state.setSourceVisible(statusBarId, in testApplyTopFixedRotationTransform()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DDisplayImeControllerTest.java149 state.setSourceVisible(ID_IME, visible); in insetsStateWithIme()
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsAnimationControlImpl.java419 state.setSourceVisible(control.getId(), shown); in calculateInsets()
H A DInsetsState.java581 public void setSourceVisible(int id, boolean visible) { in setSourceVisible() method in InsetsState
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java357 mInsetsState.setSourceVisible(InsetsSource.ID_IME, visible); in setVisibleDirectly()