Home
last modified time | relevance | path

Searched defs:shelfHeight (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
DISystemUiProxy.aidl122 void setShelfHeight(boolean visible, int shelfHeight) = 20; in setShelfHeight()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/pip/
DPipBoundsHandlerTest.java232 final int shelfHeight = 100; in setShelfHeight_offsetBounds() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipManager.java334 final int shelfHeight = visible ? height : 0; in setShelfHeight() local
DPipTouchHandler.java419 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java720 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
DPipBoundsHandler.java147 public boolean setShelfHeight(boolean shelfVisible, int shelfHeight) { in setShelfHeight()