Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DInsetsStateControllerTest.java133 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 DInsetsPolicyTest.java369 state.setSourceVisible(ITYPE_STATUS_BAR, true); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
370 state.setSourceVisible(ITYPE_NAVIGATION_BAR, true); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
H A DWindowStateTests.java975 .setSourceVisible(ITYPE_IME, true); in testNotificationShadeHasImeInsetsWhenSplitscreenActivated()
H A DActivityRecordTests.java3070 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 DDisplayImeControllerTest.java131 state.setSourceVisible(ITYPE_IME, visible); in insetsStateWithIme()
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsState.java522 public void setSourceVisible(@InternalInsetsType int type, boolean visible) { in setSourceVisible() method in InsetsState
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsControllerTest.java438 state.setSourceVisible(ITYPE_STATUS_BAR, true); in testRestoreStartsAnimation()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java1922 rotatedState.setSourceVisible(i, source.isVisible()); in notifyInsetsChanged()