Home
last modified time | relevance | path

Searched refs:getNotificationSquishinessFraction (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1085 public float getNotificationSquishinessFraction() { in getNotificationSquishinessFraction() method in NotificationStackScrollLayoutController
1086 return mView.getNotificationSquishinessFraction(); in getNotificationSquishinessFraction()
H A DStackScrollAlgorithm.java121 public float getNotificationSquishinessFraction(AmbientState ambientState) { in getNotificationSquishinessFraction() method in StackScrollAlgorithm
H A DNotificationStackScrollLayout.java659 public float getNotificationSquishinessFraction() { in getNotificationSquishinessFraction() method in NotificationStackScrollLayout
660 return mStackScrollAlgorithm.getNotificationSquishinessFraction(mAmbientState); in getNotificationSquishinessFraction()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java2256 .getNotificationSquishinessFraction(); in updateQsExpansion()