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.java729 float target = expand ? getMaxPanelHeight() : 0; in fling()
742 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight() in flingToHeight()
745 target = getMaxPanelHeight() - getClearAllHeight(); in flingToHeight()
795 setExpandedHeightInternal(getMaxPanelHeight()); in flingToHeight()
839 float currentMaxPanelHeight = getMaxPanelHeight(); in requestPanelHeightUpdate()
871 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount(); in setExpandedHeightInternal()
919 protected abstract int getMaxPanelHeight(); in getMaxPanelHeight() method in PanelView
922 setExpandedHeight(getMaxPanelHeight() * frac); in setExpandedFraction()
934 return mExpandedHeight >= getMaxPanelHeight(); in isFullyExpanded()
1100 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()
[all …]
DHeadsUpTouchHelper.java114 float maxPanelHeight = mPanel.getMaxPanelHeight(); in onInterceptTouchEvent()
DNotificationPanelView.java2055 protected int getMaxPanelHeight() { in getMaxPanelHeight() method in NotificationPanelView
2117 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()
2893 canvas.drawLine(0, getMaxPanelHeight(), getWidth(), getMaxPanelHeight(), p); in onDraw()