Home
last modified time | relevance | path

Searched refs:getMaxPanelHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java619 float target = expand ? getMaxPanelHeight() : 0.0f; in fling()
632 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight() in flingToHeight()
635 target = getMaxPanelHeight() - getClearAllHeight(); in flingToHeight()
673 setExpandedHeightInternal(getMaxPanelHeight()); in flingToHeight()
714 float currentMaxPanelHeight = getMaxPanelHeight(); in requestPanelHeightUpdate()
729 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount(); in setExpandedHeightInternal()
771 protected abstract int getMaxPanelHeight(); in getMaxPanelHeight() method in PanelView
774 setExpandedHeight(getMaxPanelHeight() * frac); in setExpandedFraction()
786 return mExpandedHeight >= getMaxPanelHeight(); in isFullyExpanded()
939 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()
[all …]
DHeadsUpTouchHelper.java114 / mPanel.getMaxPanelHeight()); in onInterceptTouchEvent()
DNotificationPanelView.java417 getMaxPanelHeight(), in positionClockAndNotifications()
1498 protected int getMaxPanelHeight() { in getMaxPanelHeight() method in NotificationPanelView
1531 t = expandedHeight / getMaxPanelHeight(); in onHeightUpdated()
1658 boolean active = getMaxPanelHeight() - getExpandedHeight() > mUnlockMoveDistance; in updateUnlockIcon()
2272 canvas.drawLine(0, getMaxPanelHeight(), getWidth(), getMaxPanelHeight(), p); in dispatchDraw()