Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java165 public void setNotificationShadeExpanded(float expandedHeight) { in setNotificationShadeExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java197 public void setExpanded(float expandedHeight, float appearFraction) { in setExpanded()
DNotificationStackScrollLayoutController.java1149 public void setExpandedHeight(float 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java330 public void setAppearFraction(float expandedHeight, float appearFraction) { in setAppearFraction()
DPanelViewController.java354 float expandedHeight) { in startExpandMotion()
786 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated()
DNotificationPanelViewController.java2802 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated()
3399 protected void updateExpandedHeight(float expandedHeight) { in updateExpandedHeight()