Searched refs:expandedHeight (Results 1 – 10 of 10) sorted by relevance
167 float expandedHeight = 400f; in constructor_animationValuesUpdated() local169 when(mStackScrollerController.getExpandedHeight()).thenReturn(expandedHeight); in constructor_animationValuesUpdated()186 Assert.assertEquals(expandedHeight, newController.mExpandedHeight, 0.0f); in constructor_animationValuesUpdated()
165 public void setNotificationShadeExpanded(float expandedHeight) { in setNotificationShadeExpanded() argument166 mIsShadeExpanded = expandedHeight > 0.0f; in setNotificationShadeExpanded()
109 var expandedHeight = $ul.height();116 .css('height', expandedHeight + 'px');
351 public void setAppearFraction(float expandedHeight, float appearFraction) { in setAppearFraction() argument352 boolean changed = expandedHeight != mExpandedHeight; in setAppearFraction()355 mExpandedHeight = expandedHeight; in setAppearFraction()
362 float expandedHeight) { in startExpandMotion() argument366 mInitialOffsetOnTouch = expandedHeight; in startExpandMotion()805 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated() argument
2833 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated() argument2851 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()2861 (expandedHeight - panelHeightQsCollapsed) / (panelHeightQsExpanded in onHeightUpdated()2869 updateExpandedHeight(expandedHeight); in onHeightUpdated()3332 protected void updateExpandedHeight(float expandedHeight) { in updateExpandedHeight() argument3339 expandedHeight = getMaxPanelHeight(); in updateExpandedHeight()3341 mNotificationStackScrollLayoutController.setExpandedHeight(expandedHeight); in updateExpandedHeight()
211 public void setExpanded(float expandedHeight, float appearFraction) { in setExpanded() argument212 mExpanded = expandedHeight != 0.0f; in setExpanded()
1221 public void setExpandedHeight(float expandedHeight) { in setExpandedHeight() argument1222 mView.setExpandedHeight(expandedHeight); in setExpandedHeight()
215 int expandedHeight = Math.max(collapsedHeight, in createIconAlignmentController() local218 anim.getAnimatedFraction() > 0 ? expandedHeight : collapsedHeight)); in createIconAlignmentController()
254 mStackScroller.addOnExpandedHeightChangedListener((expandedHeight, appear) -> { in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight()