Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculatorTest.kt71 private val shelfHeight = px(R.dimen.notification_shelf_height) in <lambda>() constant in com.android.systemui.statusbar.notification.stack.NotificationStackSizeCalculatorTest
124 val shelfHeight = rowHeight / 2 // Shelf absence won't leave room for another row. in <lambda>() constant
183 val shelfHeight = shelfHeight + dividerHeight in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/pip/
DPipBoundsAlgorithmTest.java196 final int shelfHeight = 30; in getDefaultBounds_shelfShowing_offsetByShelfHeight() local
209 final int shelfHeight = 40; in getDefaultBounds_imeAndShelfShowing_offsetByTallest() local
391 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.kt57 val shelfHeight = controller.getShelfHeight().toFloat() in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModelTest.kt1363 val shelfHeight = 10F in <lambda>() constant
1398 val shelfHeight = 10F in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java600 final float shelfHeight = showingShelf ? ambientState.getShelf().getIntrinsicHeight() : 0f; in getExpansionFractionWithoutShelf() local
1291 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipTouchHandler.java406 void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipTouchHandler.java352 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()
DPipController.java980 final int shelfHeight = visible ? height : 0; in setShelfHeightLocked() local