Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/
DRotary.kt1243 private val thresholdDividerEasing: Easing = CubicBezierEasing(0.5f, 0.0f, 0.5f, 1.0f) constant in ThresholdBehavior
1272 thresholdDividerEasing.transform( in snapThreshold()