Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DSwipeable.kt593 with(thresholds(from, to)) { density.computeThreshold(a, b) } in <lambda>()
622 fun Density.computeThreshold(fromValue: Float, toValue: Float): Float in computeThreshold() method
632 override fun Density.computeThreshold(fromValue: Float, toValue: Float): Float { in computeThreshold() method in FixedThreshold
647 override fun Density.computeThreshold(fromValue: Float, toValue: Float): Float { in computeThreshold() method in FractionalThreshold