Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTransitionAnimatorController.kt48 ActivityTransitionAnimator.TIMINGS.totalDuration.toInt() in onTransitionAnimationStart()
67 ActivityTransitionAnimator.TIMINGS, in onTransitionAnimationProgress()
88 (ActivityTransitionAnimator.TIMINGS.totalDuration -
DLegacyActivityStarterInternalImpl.kt562 ActivityTransitionAnimator.TIMINGS.totalDuration in <lambda>()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt127 val TIMINGS = constant
142 TIMINGS.copy(contentBeforeFadeOutDuration = 200L, contentAfterFadeInDelay = 200L)
160 TIMINGS.totalDuration - ANIMATION_DURATION_NAV_FADE_IN
175 return TransitionAnimator(mainExecutor, TIMINGS, INTERPOLATORS) in defaultTransitionAnimator()
265 TIMINGS.totalDuration, in startIntentWithAnimation()
266 TIMINGS.totalDuration - 150 /* statusBarTransitionDelay */ in startIntentWithAnimation()
1143 TIMINGS.contentAfterFadeInDelay in applyStateToWindow()
1145 TIMINGS.contentBeforeFadeOutDelay in applyStateToWindow()
1149 TIMINGS.contentAfterFadeInDuration in applyStateToWindow()
1151 TIMINGS.contentBeforeFadeOutDuration in applyStateToWindow()
[all …]
DDialogTransitionAnimator.kt66 TIMINGS, in <lambda>()
72 private val TIMINGS = ActivityTransitionAnimator.TIMINGS in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DLaunchAnimationParameters.kt62 ActivityTransitionAnimator.TIMINGS, in getProgress()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/
DCommunalSceneInteractorTest.kt78 ActivityTransitionAnimator.TIMINGS.totalDuration in snapToSceneWithDelay()
81 advanceTimeBy(ActivityTransitionAnimator.TIMINGS.totalDuration) in snapToSceneWithDelay()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DTransitionAnimatorTest.kt70 ActivityTransitionAnimator.TIMINGS, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewControllerLegacy.kt531 (ActivityTransitionAnimator.TIMINGS.totalDuration / 83)) in <lambda>()