Searched refs:expandedHeight (Results 1 – 7 of 7) sorted by relevance
330 public void setAppearFraction(float expandedHeight, float appearFraction) { in setAppearFraction() argument331 boolean changed = expandedHeight != mExpandedHeight; in setAppearFraction()332 mExpandedHeight = expandedHeight; in setAppearFraction()334 boolean isExpanded = expandedHeight > 0; in setAppearFraction()
354 float expandedHeight) { in startExpandMotion() argument358 mInitialOffsetOnTouch = expandedHeight; in startExpandMotion()786 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated() argument
2802 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated() argument2820 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()2830 (expandedHeight - panelHeightQsCollapsed) / (panelHeightQsExpanded in onHeightUpdated()2838 updateExpandedHeight(expandedHeight); in onHeightUpdated()3399 protected void updateExpandedHeight(float expandedHeight) { in updateExpandedHeight() argument3406 expandedHeight = getMaxPanelHeight(); in updateExpandedHeight()3408 mNotificationStackScrollLayoutController.setExpandedHeight(expandedHeight); in updateExpandedHeight()
165 public void setNotificationShadeExpanded(float expandedHeight) { in setNotificationShadeExpanded() argument166 mIsShadeExpanded = expandedHeight > 0.0f; in setNotificationShadeExpanded()
197 public void setExpanded(float expandedHeight, float appearFraction) { in setExpanded() argument198 mExpanded = expandedHeight != 0.0f; in setExpanded()
1149 public void setExpandedHeight(float expandedHeight) { in setExpandedHeight() argument1150 mView.setExpandedHeight(expandedHeight); in setExpandedHeight()
239 mStackScroller.addOnExpandedHeightChangedListener((expandedHeight, appear) -> { in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight() argument