Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DQuickSettingsControllerTest.java242 when(mNotificationStackScrollLayoutController.getNotificationSquishinessFraction()) in setQsExpansion_lockscreenShadeTransitionInProgress_usesLockscreenSquishiness()
263 when(mNotificationStackScrollLayoutController.getNotificationSquishinessFraction()) in setQsExpansion_lockscreenShadeTransitionNotInProgress_usesStandardSquishiness()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1130 public float getNotificationSquishinessFraction() { in getNotificationSquishinessFraction() method in NotificationStackScrollLayoutController
1131 return mView.getNotificationSquishinessFraction(); in getNotificationSquishinessFraction()
H A DStackScrollAlgorithm.java212 public float getNotificationSquishinessFraction(AmbientState ambientState) { in getNotificationSquishinessFraction() method in StackScrollAlgorithm
H A DNotificationStackScrollLayout.java717 public float getNotificationSquishinessFraction() { in getNotificationSquishinessFraction() method in NotificationStackScrollLayout
718 return mStackScrollAlgorithm.getNotificationSquishinessFraction(mAmbientState); in getNotificationSquishinessFraction()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java1004 .getNotificationSquishinessFraction(); in updateExpansion()