Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DIPip.aidl45 int launcherRotation, int shelfHeight) = 1; in startSwipePipToHome()
65 oneway void setShelfHeight(boolean visible, int shelfHeight) = 4; in setShelfHeight()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A 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
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java560 final int shelfHeight = visible ? height : 0; in setShelfHeightLocked() local
585 int launcherRotation, int shelfHeight) { in startSwipePipToHome()
915 int shelfHeight) { in startSwipePipToHome()
H A DPipTouchHandler.java330 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSystemUiProxy.java488 public void setShelfHeight(boolean visible, int shelfHeight) { in setShelfHeight()
517 PictureInPictureParams pictureInPictureParams, int launcherRotation, int shelfHeight) { in startSwipePipToHome()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java372 final float shelfHeight = showingShelf ? ambientState.getShelf().getIntrinsicHeight() : 0f; in getExpansionFractionWithoutShelf() local
741 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue() local