Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculatorTest.kt62 private val shelfHeight = px(R.dimen.notification_shelf_height) in <lambda>() constant
113 val shelfHeight = rowHeight / 2 // Shelf absence won't leave room for another row. in <lambda>() constant
149 val shelfHeight = shelfHeight + dividerHeight in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipBoundsAlgorithmTest.java199 final int shelfHeight = 30; in getDefaultBounds_shelfShowing_offsetByShelfHeight() local
212 final int shelfHeight = 40; in getDefaultBounds_imeAndShelfShowing_offsetByTallest() local
390 final int shelfHeight = 100; in setShelfHeight_offsetBounds() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DIPip.aidl78 oneway void setShelfHeight(boolean visible, int shelfHeight) = 5; in setShelfHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DSharedNotificationContainerBinder.kt120 val shelfHeight = controller.getShelfHeight().toFloat() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java565 final float shelfHeight = showingShelf ? ambientState.getShelf().getIntrinsicHeight() : 0f; in getExpansionFractionWithoutShelf() local
1107 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipTouchHandler.java352 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()
DPipController.java951 final int shelfHeight = visible ? height : 0; in setShelfHeightLocked() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipTouchHandler.java361 void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()