Searched refs:setSourceVisible (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | InsetsStateControllerTest.java | 144 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()
|
D | InsetsPolicyTest.java | 355 state.setSourceVisible(ITYPE_STATUS_BAR, true); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls() 356 state.setSourceVisible(ITYPE_NAVIGATION_BAR, true); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
|
D | WindowStateTests.java | 1153 .setSourceVisible(ITYPE_IME, true); in testNotificationShadeHasImeInsetsWhenMultiWindow()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/ |
D | DisplayImeControllerTest.java | 155 state.setSourceVisible(ITYPE_IME, visible); in insetsStateWithIme()
|
/frameworks/base/core/java/android/view/ |
D | InsetsState.java | 614 public void setSourceVisible(@InternalInsetsType int type, boolean visible) { in setSourceVisible() method in InsetsState
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsControllerTest.java | 458 state.setSourceVisible(ITYPE_STATUS_BAR, true); in testRestoreStartsAnimation()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 2059 rotatedState.setSourceVisible(i, source.isVisible()); in notifyInsetsChanged()
|