Searched refs:getControlsForDispatch (Results 1 – 2 of 2) sorted by relevance
101 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()
90 @Nullable InsetsSourceControl[] getControlsForDispatch(WindowState target) { in getControlsForDispatch() method in InsetsStateController