Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsStateControllerTest.java144 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_independentSources()
160 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_belowIme()
171 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_aboveIme()
246 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_childWindow_altFocusable()
267 getController().getRawInsetsState().setSourceVisible(ITYPE_IME, true); in testStripForDispatch_childWindow_splitScreen()
DInsetsPolicyTest.java355 state.setSourceVisible(ITYPE_STATUS_BAR, true); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
356 state.setSourceVisible(ITYPE_NAVIGATION_BAR, true); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
DWindowStateTests.java1153 .setSourceVisible(ITYPE_IME, true); in testNotificationShadeHasImeInsetsWhenMultiWindow()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
DDisplayImeControllerTest.java155 state.setSourceVisible(ITYPE_IME, visible); in insetsStateWithIme()
/frameworks/base/core/java/android/view/
DInsetsState.java614 public void setSourceVisible(@InternalInsetsType int type, boolean visible) { in setSourceVisible() method in InsetsState
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java458 state.setSourceVisible(ITYPE_STATUS_BAR, true); in testRestoreStartsAnimation()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2059 rotatedState.setSourceVisible(i, source.isVisible()); in notifyInsetsChanged()