Home
last modified time | relevance | path

Searched refs:expandedHeight (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java330 public void setAppearFraction(float expandedHeight, float appearFraction) { in setAppearFraction() argument
331 boolean changed = expandedHeight != mExpandedHeight; in setAppearFraction()
332 mExpandedHeight = expandedHeight; in setAppearFraction()
334 boolean isExpanded = expandedHeight > 0; in setAppearFraction()
DPanelViewController.java354 float expandedHeight) { in startExpandMotion() argument
358 mInitialOffsetOnTouch = expandedHeight; in startExpandMotion()
786 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated() argument
DNotificationPanelViewController.java2802 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated() argument
2820 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()
2830 (expandedHeight - panelHeightQsCollapsed) / (panelHeightQsExpanded in onHeightUpdated()
2838 updateExpandedHeight(expandedHeight); in onHeightUpdated()
3399 protected void updateExpandedHeight(float expandedHeight) { in updateExpandedHeight() argument
3406 expandedHeight = getMaxPanelHeight(); in updateExpandedHeight()
3408 mNotificationStackScrollLayoutController.setExpandedHeight(expandedHeight); in updateExpandedHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java165 public void setNotificationShadeExpanded(float expandedHeight) { in setNotificationShadeExpanded() argument
166 mIsShadeExpanded = expandedHeight > 0.0f; in setNotificationShadeExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java197 public void setExpanded(float expandedHeight, float appearFraction) { in setExpanded() argument
198 mExpanded = expandedHeight != 0.0f; in setExpanded()
DNotificationStackScrollLayoutController.java1149 public void setExpandedHeight(float expandedHeight) { in setExpandedHeight() argument
1150 mView.setExpandedHeight(expandedHeight); in setExpandedHeight()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java239 mStackScroller.addOnExpandedHeightChangedListener((expandedHeight, appear) -> { in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight() argument