Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculatorTest.kt59 private val shelfHeight = px(R.dimen.notification_shelf_height) in <lambda>() constant in com.android.systemui.statusbar.notification.stack.NotificationStackSizeCalculatorTest
102 val shelfHeight = rowHeight / 2 // Shelf absence won't leave room for another row. in <lambda>() constant
116 val shelfHeight = shelfHeight + dividerHeight in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DIPip.aidl67 oneway void setShelfHeight(boolean visible, int shelfHeight) = 4; in setShelfHeight()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipBoundsAlgorithmTest.java185 final int shelfHeight = 30; in getDefaultBounds_shelfShowing_offsetByShelfHeight() local
198 final int shelfHeight = 40; in getDefaultBounds_imeAndShelfShowing_offsetByTallest() local
374 final int shelfHeight = 100; in setShelfHeight_offsetBounds() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java500 final float shelfHeight = showingShelf ? ambientState.getShelf().getIntrinsicHeight() : 0f; in getExpansionFractionWithoutShelf() local
952 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java962 final int shelfHeight = visible ? height : 0; in setShelfHeightLocked() local
1000 int shelfHeight = hotseatKeepClearArea.height(); in startSwipePipToHome() local
DPipTouchHandler.java354 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()