Searched refs:getMaxPanelHeight (Results 1 – 2 of 2) sorted by relevance
540 float target = expand ? getMaxPanelHeight() : 0.0f; in fling()546 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight() in fling()549 target = getMaxPanelHeight() - getClearAllHeight(); in fling()587 setExpandedHeightInternal(getMaxPanelHeight()); in fling()627 float currentMaxPanelHeight = getMaxPanelHeight(); in requestPanelHeightUpdate()642 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount(); in setExpandedHeightInternal()684 protected abstract int getMaxPanelHeight(); in getMaxPanelHeight() method in PanelView687 setExpandedHeight(getMaxPanelHeight() * frac); in setExpandedFraction()699 return mExpandedHeight >= getMaxPanelHeight(); in isFullyExpanded()848 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()[all …]
374 getMaxPanelHeight(), in positionClockAndNotifications()1315 protected int getMaxPanelHeight() { in getMaxPanelHeight() method in NotificationPanelView1348 t = expandedHeight / getMaxPanelHeight(); in onHeightUpdated()1462 boolean active = getMaxPanelHeight() - getExpandedHeight() > mUnlockMoveDistance; in updateUnlockIcon()1966 canvas.drawLine(0, getMaxPanelHeight(), getWidth(), getMaxPanelHeight(), p); in dispatchDraw()