HomeSort by relevance Sort by last modified time
    Searched full:shelfsize (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 539 float shelfSize = shelf.getVisibility() == GONE ? 0
541 float availableSpace = mNotificationStackScroller.getHeight() - minPadding - shelfSize
567 } else if (availableSpace > -shelfSize) {
    [all...]

Completed in 122 milliseconds