Home
last modified time | relevance | path

Searched refs:getControlsForDispatch (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsStateControllerTest.java101 InsetsSourceControl[] controls = getController().getControlsForDispatch(app); in testBarControllingWinChanged()
112 assertNotNull(getController().getControlsForDispatch(app)); in testControlRevoked()
114 assertNull(getController().getControlsForDispatch(app)); in testControlRevoked()
124 assertNotNull(getController().getControlsForDispatch(app)); in testControlRevoked_animation()
126 assertNull(getController().getControlsForDispatch(app)); in testControlRevoked_animation()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsStateController.java90 @Nullable InsetsSourceControl[] getControlsForDispatch(WindowState target) { in getControlsForDispatch() method in InsetsStateController