Home
last modified time | relevance | path

Searched refs:TIMINGS (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt51 private val launchAnimator: LaunchAnimator = LaunchAnimator(TIMINGS, INTERPOLATORS)
55 val TIMINGS = LaunchAnimator.Timings( regex
74 TIMINGS.totalDuration - ANIMATION_DURATION_NAV_FADE_IN
142 TIMINGS.totalDuration,
143 TIMINGS.totalDuration - 150 /* statusBarTransitionDelay */
483 val fadeInProgress = LaunchAnimator.getProgress(TIMINGS, linearProgress,
498 val fadeOutProgress = LaunchAnimator.getProgress(TIMINGS, linearProgress, 0,
H A DDialogLaunchAnimator.kt47 private val launchAnimator: LaunchAnimator = LaunchAnimator(TIMINGS, INTERPOLATORS),
51 private val TIMINGS = ActivityLaunchAnimator.TIMINGS regex
/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/service/
H A DEmergencyActionForegroundService.java56 private static final long[] TIMINGS = new long[]{200, 20, 20, 20, 20, 100, 20, 600}; field in EmergencyActionForegroundService
59 VibrationEffect.createWaveform(TIMINGS, AMPLITUDES, /*repeat=*/ -1);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarLaunchAnimatorController.kt27 ActivityLaunchAnimator.TIMINGS.totalDuration.toInt())
H A DNotificationPanelViewController.java229 ActivityLaunchAnimator.TIMINGS.getTotalDuration()
3631 boolean hideIcons = LaunchAnimator.getProgress(ActivityLaunchAnimator.TIMINGS, in applyLaunchAnimationProgress()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DExpandAnimationParameters.kt59 return LaunchAnimator.getProgress(ActivityLaunchAnimator.TIMINGS, linearProgress, delay,