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.java735 float target = expand ? getMaxPanelHeight() : 0; in fling()
748 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight() in flingToHeight()
751 target = getMaxPanelHeight() - getClearAllHeight(); in flingToHeight()
801 setExpandedHeightInternal(getMaxPanelHeight()); in flingToHeight()
845 float currentMaxPanelHeight = getMaxPanelHeight(); in requestPanelHeightUpdate()
877 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount(); in setExpandedHeightInternal()
925 protected abstract int getMaxPanelHeight(); in getMaxPanelHeight() method in PanelView
928 setExpandedHeight(getMaxPanelHeight() * frac); in setExpandedFraction()
940 return mExpandedHeight >= getMaxPanelHeight(); in isFullyExpanded()
1106 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()
[all …]
DHeadsUpTouchHelper.java116 / mPanel.getMaxPanelHeight()); in onInterceptTouchEvent()
DNotificationPanelView.java1533 protected int getMaxPanelHeight() { in getMaxPanelHeight() method in NotificationPanelView
1577 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()
1689 boolean active = getMaxPanelHeight() - getExpandedHeight() > mUnlockMoveDistance; in updateUnlockIcon()
2377 canvas.drawLine(0, getMaxPanelHeight(), getWidth(), getMaxPanelHeight(), p); in onDraw()