Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java167 float expandedHeight = 400f; in constructor_animationValuesUpdated() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBlockingHelperManager.java165 public void setNotificationShadeExpanded(float expandedHeight) { in setNotificationShadeExpanded()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java211 public void setExpanded(float expandedHeight, float appearFraction) { in setExpanded()
H A DNotificationStackScrollLayoutController.java1221 public void setExpandedHeight(float expandedHeight) { in setExpandedHeight()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarViewController.java215 int expandedHeight = Math.max(collapsedHeight, in createIconAlignmentController() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java351 public void setAppearFraction(float expandedHeight, float appearFraction) { in setAppearFraction()
H A DPanelViewController.java362 float expandedHeight) { in startExpandMotion()
805 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated()
H A DNotificationPanelViewController.java2833 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated()
3332 protected void updateExpandedHeight(float expandedHeight) { in updateExpandedHeight()