Searched refs:expandedHeight (Results 1 – 5 of 5) sorted by relevance
159 public void setNotificationShadeExpanded(float expandedHeight) { in setNotificationShadeExpanded() argument160 mIsShadeExpanded = expandedHeight > 0.0f; in setNotificationShadeExpanded()
397 public void setAppearFraction(float expandedHeight, float appearFraction) { in setAppearFraction() argument398 boolean changed = expandedHeight != mExpandedHeight; in setAppearFraction()399 mExpandedHeight = expandedHeight; in setAppearFraction()401 boolean isExpanded = expandedHeight > 0; in setAppearFraction()
353 float expandedHeight) { in startExpandMotion() argument354 mInitialOffsetOnTouch = expandedHeight; in startExpandMotion()717 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated() argument
1998 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated() argument2016 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()2026 (expandedHeight - panelHeightQsCollapsed) / (panelHeightQsExpanded in onHeightUpdated()2034 updateExpandedHeight(expandedHeight); in onHeightUpdated()2661 protected void updateExpandedHeight(float expandedHeight) { in updateExpandedHeight() argument2667 expandedHeight = getMaxPanelHeightNonBypass(); in updateExpandedHeight()2669 mNotificationStackScroller.setExpandedHeight(expandedHeight); in updateExpandedHeight()
149 public void setExpanded(float expandedHeight, float appearFraction) { in setExpanded() argument150 mExpanded = expandedHeight != 0.0f; in setExpanded()