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.java414 float notificationClipEnd; in updateAppearance() local
425 notificationClipEnd = shelfStart + getIntrinsicHeight(); in updateAppearance()
427 notificationClipEnd = shelfStart - mPaddingBetweenElements; in updateAppearance()
429 int clipTop = updateNotificationClipHeight(child, notificationClipEnd, notGoneIndex); in updateAppearance()
676 float notificationClipEnd, int childIndex) {
687 if (viewEnd > notificationClipEnd && !shouldClipOwnTop) {
689 mEnableNotificationClipping ? (int) (viewEnd - notificationClipEnd) : 0;