Searched refs:setSourceVisible (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | InsetsStateControllerTest.java | 133 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_independentSources() 149 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_belowIme() 160 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_aboveIme() 234 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_childWindow_altFocusable() 255 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_childWindow_splitScreen()
|
H A D | InsetsPolicyTest.java | 369 state.setSourceVisible(ITYPE_STATUS_BAR, true); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls() 370 state.setSourceVisible(ITYPE_NAVIGATION_BAR, true); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
|
H A D | WindowStateTests.java | 975 .setSourceVisible(ITYPE_IME, true); in testNotificationShadeHasImeInsetsWhenSplitscreenActivated()
|
H A D | ActivityRecordTests.java | 3070 app.getInsetsState().setSourceVisible(ITYPE_IME, true); in testImeInsetsFrozenFlag_resetWhenReportedToBeImeInputTarget()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/ |
H A D | DisplayImeControllerTest.java | 131 state.setSourceVisible(ITYPE_IME, visible); in insetsStateWithIme()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsState.java | 522 public void setSourceVisible(@InternalInsetsType int type, boolean visible) { in setSourceVisible() method in InsetsState
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsControllerTest.java | 438 state.setSourceVisible(ITYPE_STATUS_BAR, true); in testRestoreStartsAnimation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayContent.java | 1922 rotatedState.setSourceVisible(i, source.isVisible()); in notifyInsetsChanged()
|