Home
last modified time | relevance | path

Searched refs:notificationClipEnd (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java253 float notificationClipEnd; in updateAppearance() local
264 notificationClipEnd = shelfStart + getIntrinsicHeight(); in updateAppearance()
266 notificationClipEnd = shelfStart - mPaddingBetweenElements; in updateAppearance()
268 int clipTop = updateNotificationClipHeight(child, notificationClipEnd, notGoneIndex); in updateAppearance()
501 float notificationClipEnd, int childIndex) {
511 if (viewEnd > notificationClipEnd && !shouldClipOwnTop
513 int clipBottomAmount = (int) (viewEnd - notificationClipEnd);