Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java286 float notificationClipEnd; in updateAppearance() local
292 notificationClipEnd = shelfStart + getIntrinsicHeight(); in updateAppearance()
294 notificationClipEnd = shelfStart - mPaddingBetweenElements; in updateAppearance()
296 int clipTop = updateNotificationClipHeight(child, notificationClipEnd, notGoneIndex); in updateAppearance()
491 float notificationClipEnd, int childIndex) {
501 if (viewEnd > notificationClipEnd && !shouldClipOwnTop
503 int clipBottomAmount = (int) (viewEnd - notificationClipEnd);