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.java704 float target = expand ? getMaxPanelHeight() : 0; in fling()
717 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight() in flingToHeight()
720 target = getMaxPanelHeight() - getClearAllHeight(); in flingToHeight()
767 setExpandedHeightInternal(getMaxPanelHeight()); in flingToHeight()
811 float currentMaxPanelHeight = getMaxPanelHeight(); in requestPanelHeightUpdate()
843 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount(); in setExpandedHeightInternal()
891 protected abstract int getMaxPanelHeight(); in getMaxPanelHeight() method in PanelView
894 setExpandedHeight(getMaxPanelHeight() * frac); in setExpandedFraction()
906 return mExpandedHeight >= getMaxPanelHeight(); in isFullyExpanded()
1071 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()
[all …]
DHeadsUpTouchHelper.java107 / mPanel.getMaxPanelHeight()); in onInterceptTouchEvent()
DNotificationPanelView.java408 getMaxPanelHeight(), in positionClockAndNotifications()
1441 protected int getMaxPanelHeight() { in getMaxPanelHeight() method in NotificationPanelView
1477 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()
1587 boolean active = getMaxPanelHeight() - getExpandedHeight() > mUnlockMoveDistance; in updateUnlockIcon()
2215 canvas.drawLine(0, getMaxPanelHeight(), getWidth(), getMaxPanelHeight(), p); in dispatchDraw()