Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DIPip.aidl45 int launcherRotation, int shelfHeight) = 1; in startSwipePipToHome()
65 oneway void setShelfHeight(boolean visible, int shelfHeight) = 4; in setShelfHeight()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipBoundsAlgorithmTest.java180 final int shelfHeight = 30; in getDefaultBounds_shelfShowing_offsetByShelfHeight() local
193 final int shelfHeight = 40; in getDefaultBounds_imeAndShelfShowing_offsetByTallest() local
369 final int shelfHeight = 100; in setShelfHeight_offsetBounds() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java525 final int shelfHeight = visible ? height : 0; in setShelfHeightLocked() local
552 int launcherRotation, int shelfHeight) { in startSwipePipToHome()
844 int shelfHeight) { in startSwipePipToHome()
DPipTouchHandler.java330 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java358 final float shelfHeight = showingShelf ? ambientState.getShelf().getIntrinsicHeight() : 0f; in getExpansionFractionWithoutShelf() local
703 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue() local