Searched refs:getMaxPanelHeight (Results 1 – 3 of 3) sorted by relevance
704 float target = expand ? getMaxPanelHeight() : 0; in fling()717 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight() in flingToHeight()720 target = getMaxPanelHeight() - getClearAllHeight(); in flingToHeight()767 setExpandedHeightInternal(getMaxPanelHeight()); in flingToHeight()811 float currentMaxPanelHeight = getMaxPanelHeight(); in requestPanelHeightUpdate()843 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount(); in setExpandedHeightInternal()891 protected abstract int getMaxPanelHeight(); in getMaxPanelHeight() method in PanelView894 setExpandedHeight(getMaxPanelHeight() * frac); in setExpandedFraction()906 return mExpandedHeight >= getMaxPanelHeight(); in isFullyExpanded()1071 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()[all …]
107 / mPanel.getMaxPanelHeight()); in onInterceptTouchEvent()
408 getMaxPanelHeight(), in positionClockAndNotifications()1441 protected int getMaxPanelHeight() { in getMaxPanelHeight() method in NotificationPanelView1477 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()1587 boolean active = getMaxPanelHeight() - getExpandedHeight() > mUnlockMoveDistance; in updateUnlockIcon()2215 canvas.drawLine(0, getMaxPanelHeight(), getWidth(), getMaxPanelHeight(), p); in dispatchDraw()