Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java442 updateExpandedHeight(getExpandedHeight()); in onLayout()
1689 boolean active = getMaxPanelHeight() - getExpandedHeight() > mUnlockMoveDistance; in updateUnlockIcon()
1780 return getExpandedHeight(); in getNotificationsTopY()
2379 canvas.drawLine(0, getExpandedHeight(), getWidth(), getExpandedHeight(), p); in onDraw()
2518 boolean showIconsWhenExpanded = isFullWidth() && getExpandedHeight() < getOpeningHeight(); in updateStatusBarIcons()
DPanelView.java931 public float getExpandedHeight() { in getExpandedHeight() method in PanelView
1232 getExpandedHeight(), in dump()