Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java159 public void setNotificationShadeExpanded(float expandedHeight) { in setNotificationShadeExpanded() argument
160 mIsShadeExpanded = expandedHeight > 0.0f; in setNotificationShadeExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java397 public void setAppearFraction(float expandedHeight, float appearFraction) { in setAppearFraction() argument
398 boolean changed = expandedHeight != mExpandedHeight; in setAppearFraction()
399 mExpandedHeight = expandedHeight; in setAppearFraction()
401 boolean isExpanded = expandedHeight > 0; in setAppearFraction()
DPanelViewController.java353 float expandedHeight) { in startExpandMotion() argument
354 mInitialOffsetOnTouch = expandedHeight; in startExpandMotion()
717 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated() argument
DNotificationPanelViewController.java1998 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated() argument
2016 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()
2026 (expandedHeight - panelHeightQsCollapsed) / (panelHeightQsExpanded in onHeightUpdated()
2034 updateExpandedHeight(expandedHeight); in onHeightUpdated()
2661 protected void updateExpandedHeight(float expandedHeight) { in updateExpandedHeight() argument
2667 expandedHeight = getMaxPanelHeightNonBypass(); in updateExpandedHeight()
2669 mNotificationStackScroller.setExpandedHeight(expandedHeight); in updateExpandedHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java149 public void setExpanded(float expandedHeight, float appearFraction) { in setExpanded() argument
150 mExpanded = expandedHeight != 0.0f; in setExpanded()