Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java439 float shelfSize = mNotificationStackScroller.getNotificationShelf().getIntrinsicHeight() in computeMaxKeyguardNotifications() local
441 float availableSpace = mNotificationStackScroller.getHeight() - minPadding - shelfSize in computeMaxKeyguardNotifications()
464 } else if (availableSpace > -shelfSize) { in computeMaxKeyguardNotifications()