Searched refs:getMaxPanelHeight (Results 1 – 3 of 3) sorted by relevance
735 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 PanelView928 setExpandedHeight(getMaxPanelHeight() * frac); in setExpandedFraction()940 return mExpandedHeight >= getMaxPanelHeight(); in isFullyExpanded()1106 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()[all …]
116 / mPanel.getMaxPanelHeight()); in onInterceptTouchEvent()
1533 protected int getMaxPanelHeight() { in getMaxPanelHeight() method in NotificationPanelView1577 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()1689 boolean active = getMaxPanelHeight() - getExpandedHeight() > mUnlockMoveDistance; in updateUnlockIcon()2377 canvas.drawLine(0, getMaxPanelHeight(), getWidth(), getMaxPanelHeight(), p); in onDraw()