Searched refs:getMaxPanelHeight (Results 1 – 3 of 3) sorted by relevance
721 float target = expand ? getMaxPanelHeight() : 0; in fling()734 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight() in flingToHeight()737 target = getMaxPanelHeight() - getClearAllHeight(); in flingToHeight()787 setExpandedHeightInternal(getMaxPanelHeight()); in flingToHeight()831 float currentMaxPanelHeight = getMaxPanelHeight(); in requestPanelHeightUpdate()863 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount(); in setExpandedHeightInternal()911 protected abstract int getMaxPanelHeight(); in getMaxPanelHeight() method in PanelView914 setExpandedHeight(getMaxPanelHeight() * frac); in setExpandedFraction()926 return mExpandedHeight >= getMaxPanelHeight(); in isFullyExpanded()1092 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()[all …]
115 / mPanel.getMaxPanelHeight()); in onInterceptTouchEvent()
1783 protected int getMaxPanelHeight() { in getMaxPanelHeight() method in NotificationPanelView1828 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()2585 canvas.drawLine(0, getMaxPanelHeight(), getWidth(), getMaxPanelHeight(), p); in onDraw()