Searched refs:getMaxPanelHeight (Results 1 – 3 of 3) sorted by relevance
541 float target = expand ? getMaxPanelHeight() : 0; in fling()554 shouldExpandToTopOfClearAll(getMaxPanelHeight() - getClearAllHeightWithPadding()); in flingToHeight()556 target = getMaxPanelHeight() - getClearAllHeightWithPadding(); in flingToHeight()606 setExpandedHeightInternal(getMaxPanelHeight()); in flingToHeight()646 float currentMaxPanelHeight = getMaxPanelHeight(); in requestPanelHeightUpdate()681 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount(); in setExpandedHeightInternal()729 protected abstract int getMaxPanelHeight(); in getMaxPanelHeight() method in PanelViewController732 setExpandedHeight(getMaxPanelHeight() * frac); in setExpandedFraction()744 return mExpandedHeight >= getMaxPanelHeight(); in isFullyExpanded()909 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()[all …]
117 float maxPanelHeight = mPanel.getMaxPanelHeight(); in onInterceptTouchEvent()
1946 protected int getMaxPanelHeight() { in getMaxPanelHeight() method in NotificationPanelViewController2016 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()3704 canvas.drawLine(0, getMaxPanelHeight(), mView.getWidth(), getMaxPanelHeight(), p);