Searched refs:setSourceVisible (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | WindowLayoutTests.java | 267 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 D | InsetsControllerTest.java | 443 state.setSourceVisible(ID_STATUS_BAR, true); in testRestoreStartsAnimation()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | InsetsStateControllerTest.java | 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() 257 getController().getRawInsetsState().setSourceVisible(ID_IME, true); in testStripForDispatch_childWindow_altFocusable() 278 getController().getRawInsetsState().setSourceVisible(ID_IME, true); in testStripForDispatch_childWindow_splitScreen()
|
H A D | InsetsPolicyTest.java | 348 state.setSourceVisible(statusBarSource.getId(), true); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls() 349 state.setSourceVisible(navBarSource.getId(), true); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
|
H A D | WindowStateTests.java | 1185 .setSourceVisible(ID_IME, true); in testNotificationShadeHasImeInsetsWhenMultiWindow()
|
H A D | DisplayContentTests.java | 1616 state.setSourceVisible(statusBarId, in testApplyTopFixedRotationTransform()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/ |
H A D | DisplayImeControllerTest.java | 149 state.setSourceVisible(ID_IME, visible); in insetsStateWithIme()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InsetsAnimationControlImpl.java | 419 state.setSourceVisible(control.getId(), shown); in calculateInsets()
|
H A D | InsetsState.java | 581 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 D | DisplayImeController.java | 357 mInsetsState.setSourceVisible(InsetsSource.ID_IME, visible); in setVisibleDirectly()
|