Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java748 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight() in flingToHeight()
751 target = getMaxPanelHeight() - getClearAllHeight(); in flingToHeight()
1256 protected abstract int getClearAllHeight(); in getClearAllHeight() method in PanelView
DNotificationPanelView.java2206 protected int getClearAllHeight() { in getClearAllHeight() method in NotificationPanelView