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.java308 float notificationClipEnd; in updateAppearance() local
314 notificationClipEnd = shelfStart + getIntrinsicHeight(); in updateAppearance()
316 notificationClipEnd = shelfStart - mPaddingBetweenElements; in updateAppearance()
317 float height = notificationClipEnd - rowTranslationY; in updateAppearance()
321 notificationClipEnd = Math.min(shelfStart, in updateAppearance()
325 int clipTop = updateNotificationClipHeight(row, notificationClipEnd, notGoneIndex); in updateAppearance()
511 float notificationClipEnd, int childIndex) {
517 if (viewEnd > notificationClipEnd && !shouldClipOwnTop
519 int clipBottomAmount = (int) (viewEnd - notificationClipEnd);