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