Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java293 mQsMaxExpansionHeight = mHeader.getExpandedHeight() + mQsContainer.getDesiredHeight(); in onLayout()
307 mNotificationStackScroller.setStackHeight(getExpandedHeight()); in onLayout()
346 mQsContainer.setHeightOverride(height - mHeader.getExpandedHeight()); in startQsSizeChangeAnimation()
375 getExpandedHeight(), in positionClockAndNotifications()
1462 boolean active = getMaxPanelHeight() - getExpandedHeight() > mUnlockMoveDistance; in updateUnlockIcon()
1539 return getExpandedHeight(); in getNotificationsTopY()
1968 canvas.drawLine(0, getExpandedHeight(), getWidth(), getExpandedHeight(), p); in dispatchDraw()
DPhoneStatusBarView.java97 return mNotificationPanel.getExpandedHeight() > 0 in selectPanelForTouch()
DPanelBar.java160 boolean visible = pv.getExpandedHeight() > 0; in panelExpansionChanged()
DPanelView.java690 public float getExpandedHeight() { in getExpandedHeight() method in PanelView
984 getExpandedHeight(), in dump()
DStatusBarHeaderView.java279 public int getExpandedHeight() { in getExpandedHeight() method in StatusBarHeaderView