Searched refs:getMaxPanelHeight (Results 1 – 3 of 3) sorted by relevance
729 float target = expand ? getMaxPanelHeight() : 0; in fling()742 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight() in flingToHeight()745 target = getMaxPanelHeight() - getClearAllHeight(); in flingToHeight()795 setExpandedHeightInternal(getMaxPanelHeight()); in flingToHeight()839 float currentMaxPanelHeight = getMaxPanelHeight(); in requestPanelHeightUpdate()871 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount(); in setExpandedHeightInternal()919 protected abstract int getMaxPanelHeight(); in getMaxPanelHeight() method in PanelView922 setExpandedHeight(getMaxPanelHeight() * frac); in setExpandedFraction()934 return mExpandedHeight >= getMaxPanelHeight(); in isFullyExpanded()1100 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()[all …]
114 float maxPanelHeight = mPanel.getMaxPanelHeight(); in onInterceptTouchEvent()
2055 protected int getMaxPanelHeight() { in getMaxPanelHeight() method in NotificationPanelView2117 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()2893 canvas.drawLine(0, getMaxPanelHeight(), getWidth(), getMaxPanelHeight(), p); in onDraw()