Searched refs:expandedHeight (Results 1 – 5 of 5) sorted by relevance
354 public void setExpandedHeight(float expandedHeight, float appearFraction) { in setExpandedHeight() argument355 boolean changedHeight = expandedHeight != mExpandedHeight; in setExpandedHeight()356 mExpandedHeight = expandedHeight; in setExpandedHeight()358 boolean isExpanded = expandedHeight > 0; in setExpandedHeight()
449 float expandedHeight) { in startExpandMotion() argument450 mInitialOffsetOnTouch = expandedHeight; in startExpandMotion()899 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated() argument
1810 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated() argument1828 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()1835 t = (expandedHeight - panelHeightQsCollapsed) in onHeightUpdated()1841 updateExpandedHeight(expandedHeight); in onHeightUpdated()2711 protected void updateExpandedHeight(float expandedHeight) { in updateExpandedHeight() argument2715 mNotificationStackScroller.setExpandedHeight(expandedHeight); in updateExpandedHeight()
155 public void setNotificationShadeExpanded(float expandedHeight) { in setNotificationShadeExpanded() argument156 mIsShadeExpanded = expandedHeight > 0.0f; in setNotificationShadeExpanded()
154 public void setExpanded(float expandedHeight, float appearFraction) { in setExpanded() argument155 mExpanded = expandedHeight != 0.0f; in setExpanded()