Searched refs:TIMINGS (Results 1 – 6 of 6) sorted by relevance
51 private val launchAnimator: LaunchAnimator = LaunchAnimator(TIMINGS, INTERPOLATORS)55 val TIMINGS = LaunchAnimator.Timings( regex74 TIMINGS.totalDuration - ANIMATION_DURATION_NAV_FADE_IN142 TIMINGS.totalDuration,143 TIMINGS.totalDuration - 150 /* statusBarTransitionDelay */483 val fadeInProgress = LaunchAnimator.getProgress(TIMINGS, linearProgress,498 val fadeOutProgress = LaunchAnimator.getProgress(TIMINGS, linearProgress, 0,
47 private val launchAnimator: LaunchAnimator = LaunchAnimator(TIMINGS, INTERPOLATORS),51 private val TIMINGS = ActivityLaunchAnimator.TIMINGS regex
56 private static final long[] TIMINGS = new long[]{200, 20, 20, 20, 20, 100, 20, 600}; field in EmergencyActionForegroundService59 VibrationEffect.createWaveform(TIMINGS, AMPLITUDES, /*repeat=*/ -1);
27 ActivityLaunchAnimator.TIMINGS.totalDuration.toInt())
229 ActivityLaunchAnimator.TIMINGS.getTotalDuration()3631 boolean hideIcons = LaunchAnimator.getProgress(ActivityLaunchAnimator.TIMINGS, in applyLaunchAnimationProgress()
59 return LaunchAnimator.getProgress(ActivityLaunchAnimator.TIMINGS, linearProgress, delay,