Home
last modified time | relevance | path

Searched refs:setShelfVisibility (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipBoundsStateTest.java162 mPipBoundsState.setShelfVisibility(true, 100); in testSetShelfVisibility_changed_callbackInvoked()
172 mPipBoundsState.setShelfVisibility(true, 100, false); in testSetShelfVisibility_changedWithoutUpdateMovBounds_callbackInvoked()
180 mPipBoundsState.setShelfVisibility(true, 100); in testSetShelfVisibility_notChanged_callbackNotInvoked()
183 mPipBoundsState.setShelfVisibility(true, 100); in testSetShelfVisibility_notChanged_callbackNotInvoked()
DPipBoundsAlgorithmTest.java200 mPipBoundsState.setShelfVisibility(false, 0); in getDefaultBounds_shelfShowing_offsetByShelfHeight()
203 mPipBoundsState.setShelfVisibility(true, shelfHeight); in getDefaultBounds_shelfShowing_offsetByShelfHeight()
214 mPipBoundsState.setShelfVisibility(false, 0); in getDefaultBounds_imeAndShelfShowing_offsetByTallest()
218 mPipBoundsState.setShelfVisibility(true, shelfHeight); in getDefaultBounds_imeAndShelfShowing_offsetByTallest()
394 mPipBoundsState.setShelfVisibility(true, shelfHeight); in setShelfHeight_offsetBounds()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsState.java405 public void setShelfVisibility(boolean showing, int height) { in setShelfVisibility() method in PipBoundsState
406 setShelfVisibility(showing, height, true); in setShelfVisibility()
410 public void setShelfVisibility(boolean showing, int height, boolean updateMovementBounds) { in setShelfVisibility() method in PipBoundsState
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java288 mPipBoundsState.setShelfVisibility(false /* showing */, 0 /* height */,
952 mPipBoundsState.setShelfVisibility(visible, shelfHeight); in setShelfHeightLocked()