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.java539 float shelfSize = shelf.getVisibility() == GONE ? 0 in computeMaxKeyguardNotifications() local
541 float availableSpace = mNotificationStackScroller.getHeight() - minPadding - shelfSize in computeMaxKeyguardNotifications()
567 } else if (availableSpace > -shelfSize) { in computeMaxKeyguardNotifications()