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.java283 float notificationClipEnd; in updateAppearance() local
289 notificationClipEnd = shelfStart + getIntrinsicHeight(); in updateAppearance()
291 notificationClipEnd = shelfStart - mPaddingBetweenElements; in updateAppearance()
292 float height = notificationClipEnd - rowTranslationY; in updateAppearance()
296 notificationClipEnd = Math.min(shelfStart, in updateAppearance()
300 int clipTop = updateNotificationClipHeight(row, notificationClipEnd, notGoneIndex); in updateAppearance()
493 float notificationClipEnd, int childIndex) {
503 if (viewEnd > notificationClipEnd && !shouldClipOwnTop
505 int clipBottomAmount = (int) (viewEnd - notificationClipEnd);