Searched refs:getMaxPanelHeight (Results 1 – 3 of 3) sorted by relevance
619 float target = expand ? getMaxPanelHeight() : 0.0f; in fling()632 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight() in flingToHeight()635 target = getMaxPanelHeight() - getClearAllHeight(); in flingToHeight()673 setExpandedHeightInternal(getMaxPanelHeight()); in flingToHeight()714 float currentMaxPanelHeight = getMaxPanelHeight(); in requestPanelHeightUpdate()729 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount(); in setExpandedHeightInternal()771 protected abstract int getMaxPanelHeight(); in getMaxPanelHeight() method in PanelView774 setExpandedHeight(getMaxPanelHeight() * frac); in setExpandedFraction()786 return mExpandedHeight >= getMaxPanelHeight(); in isFullyExpanded()939 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()[all …]
114 / mPanel.getMaxPanelHeight()); in onInterceptTouchEvent()
417 getMaxPanelHeight(), in positionClockAndNotifications()1498 protected int getMaxPanelHeight() { in getMaxPanelHeight() method in NotificationPanelView1531 t = expandedHeight / getMaxPanelHeight(); in onHeightUpdated()1658 boolean active = getMaxPanelHeight() - getExpandedHeight() > mUnlockMoveDistance; in updateUnlockIcon()2272 canvas.drawLine(0, getMaxPanelHeight(), getWidth(), getMaxPanelHeight(), p); in dispatchDraw()