Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/dagger/
H A DBouncerSwipeModule.java80 .setMaxLengthSeconds( in providesSwipeToBouncerFlingAnimationUtilsClosing()
95 .setMaxLengthSeconds(ShadeViewController.FLING_MAX_LENGTH_SECONDS) in providesSwipeToBouncerFlingAnimationUtilsOpening()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java424 public Builder setMaxLengthSeconds(float maxLengthSeconds) { in setMaxLengthSeconds() method in FlingAnimationUtils.Builder
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DBackAnimationController.java197 .setMaxLengthSeconds(FLING_MAX_LENGTH_SECONDS) in BackAnimationController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java825 .setMaxLengthSeconds(FLING_MAX_LENGTH_SECONDS) in NotificationPanelViewController()
830 .setMaxLengthSeconds(FLING_CLOSING_MAX_LENGTH_SECONDS) in NotificationPanelViewController()
835 .setMaxLengthSeconds(0.5f) in NotificationPanelViewController()
1195 .setMaxLengthSeconds(0.4f).build(); in loadDimens()