Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackSizeCalculatorTest.kt61 private val shelfHeight = px(R.dimen.notification_shelf_height) regex
111 val shelfHeight = rowHeight / 2 // Shelf absence won't leave room for another row. regex
147 val shelfHeight = shelfHeight + dividerHeight regex
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipBoundsAlgorithmTest.java199 final int shelfHeight = 30; in getDefaultBounds_shelfShowing_offsetByShelfHeight() local
212 final int shelfHeight = 40; in getDefaultBounds_imeAndShelfShowing_offsetByTallest() local
388 final int shelfHeight = 100; in setShelfHeight_offsetBounds() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DIPip.aidl75 oneway void setShelfHeight(boolean visible, int shelfHeight) = 5; in setShelfHeight()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java485 final float shelfHeight = showingShelf ? ambientState.getShelf().getIntrinsicHeight() : 0f; in getExpansionFractionWithoutShelf() local
967 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java349 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()
H A DPipController.java952 final int shelfHeight = visible ? height : 0; in setShelfHeightLocked() local