Searched refs:expandedHeight (Results 1 – 5 of 5) sorted by relevance
155 public void setNotificationShadeExpanded(float expandedHeight) { in setNotificationShadeExpanded() argument156 mIsShadeExpanded = expandedHeight > 0.0f; in setNotificationShadeExpanded()
394 public void setAppearFraction(float expandedHeight, float appearFraction) { in setAppearFraction() argument395 boolean changed = expandedHeight != mExpandedHeight; in setAppearFraction()396 mExpandedHeight = expandedHeight; in setAppearFraction()398 boolean isExpanded = expandedHeight > 0; in setAppearFraction()
453 float expandedHeight) { in startExpandMotion() argument454 mInitialOffsetOnTouch = expandedHeight; in startExpandMotion()907 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated() argument
2099 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated() argument2117 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()2124 t = (expandedHeight - panelHeightQsCollapsed) in onHeightUpdated()2130 updateExpandedHeight(expandedHeight); in onHeightUpdated()3054 protected void updateExpandedHeight(float expandedHeight) { in updateExpandedHeight() argument3060 expandedHeight = getMaxPanelHeightNonBypass(); in updateExpandedHeight()3062 mNotificationStackScroller.setExpandedHeight(expandedHeight); in updateExpandedHeight()
150 public void setExpanded(float expandedHeight, float appearFraction) { in setExpanded() argument151 mExpanded = expandedHeight != 0.0f; in setExpanded()