Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplTest.java244 when(mNotificationStackScrollLayoutController.getNotificationSquishinessFraction()) in setQsExpansion_lockscreenShadeTransitionInProgress_usesLockscreenSquishiness()
265 when(mNotificationStackScrollLayoutController.getNotificationSquishinessFraction()) in setQsExpansion_lockscreenShadeTransitionNotInProgress_usesStandardSquishiness()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1254 public float getNotificationSquishinessFraction() { in getNotificationSquishinessFraction() method in NotificationStackScrollLayoutController
1255 return mView.getNotificationSquishinessFraction(); in getNotificationSquishinessFraction()
DStackScrollAlgorithm.java237 public float getNotificationSquishinessFraction(AmbientState ambientState) { in getNotificationSquishinessFraction() method in StackScrollAlgorithm
DNotificationStackScrollLayout.java720 public float getNotificationSquishinessFraction() { in getNotificationSquishinessFraction() method in NotificationStackScrollLayout
721 return mStackScrollAlgorithm.getNotificationSquishinessFraction(mAmbientState); in getNotificationSquishinessFraction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java1016 .getNotificationSquishinessFraction(); in updateExpansion()