Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DPatternBouncer.kt51 import com.android.compose.animation.Easings in <lambda>()
160 easing = Easings.StandardAccelerate, in <lambda>()
169 easing = Easings.StandardDecelerate, in <lambda>()
389 easing = Easings.LegacyDecelerate, in showEntryAnimation()
402 easing = Easings.StandardDecelerate, in showEntryAnimation()
465 easing = Easings.Linear, in showFailureAnimation()
475 easing = Easings.Standard, in showFailureAnimation()
DPinBouncer.kt55 import com.android.compose.animation.Easings in <lambda>()
336 easing = Easings.Linear, in showFailureAnimation()
345 easing = Easings.Legacy, in showFailureAnimation()
375 private val pinButtonPressedEasing = Easings.Linear
378 private val pinButtonReleasedEasing = Easings.Standard
DPinInputDisplay.kt69 import com.android.compose.animation.Easings in <lambda>()
537 val inputShiftAnimationSpec = tween<Dp>(durationMillis = 250, easing = Easings.Standard)
539 tween<Dp>(durationMillis = 200, easing = Easings.StandardDecelerate)
540 val clearAllShapeSizeAnimationSpec = tween<Dp>(durationMillis = 450, easing = Easings.Legacy)
DBouncerContent.kt84 import com.android.compose.animation.Easings in <lambda>()
716 easing = Easings.LegacyDecelerate, in ActionArea()
727 easing = Easings.StandardDecelerate, in ActionArea()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DEasings.kt27 object Easings { in <lambda>() object
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt133 import com.android.compose.animation.Easings.Emphasized in <lambda>()