Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.kt341 val expandedHeight = 400f in constructor_animationValuesUpdated() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java423 public void setAppearFraction(float expandedHeight, float appearFraction) { in setAppearFraction()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentViewTest.kt83 private val expandedHeight = px(com.android.systemui.res.R.dimen.notification_max_height) in <lambda>() constant in com.android.systemui.statusbar.notification.row.NotificationContentViewTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1822 private void onHeightUpdated(float expandedHeight) { in onHeightUpdated()
2235 private void updateExpandedHeight(float expandedHeight) { in updateExpandedHeight()
DQuickSettingsControllerImpl.java965 void setShadeExpansion(float expandedHeight, float expandedFraction) { in setShadeExpansion()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java587 mStackScroller.addOnExpandedHeightChangedListener((expandedHeight, appear) -> { in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1517 public void setExpandedHeight(float expandedHeight) { in setExpandedHeight()