Searched refs:expandedHeight (Results 1 – 5 of 5) sorted by relevance
243 public void setExpandedHeight(float expandedHeight, float appearFraction) { in setExpandedHeight() argument244 boolean changedHeight = expandedHeight != mExpandedHeight; in setExpandedHeight()245 mExpandedHeight = expandedHeight; in setExpandedHeight()247 boolean isExpanded = expandedHeight > 0; in setExpandedHeight()
444 float expandedHeight) { in startExpandMotion() argument445 mInitialOffsetOnTouch = expandedHeight; in startExpandMotion()913 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated() argument
1559 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated() argument1577 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()1584 t = (expandedHeight - panelHeightQsCollapsed) in onHeightUpdated()1590 updateExpandedHeight(expandedHeight); in onHeightUpdated()2500 protected void updateExpandedHeight(float expandedHeight) { in updateExpandedHeight() argument2504 mNotificationStackScroller.setExpandedHeight(expandedHeight); in updateExpandedHeight()
140 public void setNotificationShadeExpanded(float expandedHeight) { in setNotificationShadeExpanded() argument141 mIsShadeExpanded = expandedHeight > 0.0f; in setNotificationShadeExpanded()
83 public void setExpanded(float expandedHeight, float appearFraction) { in setExpanded() argument84 mExpanded = expandedHeight != 0.0f; in setExpanded()