Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
H A DSwipeable.kt561 thresholds: (from: T, to: T) -> ThresholdConfig = { _, _ -> FixedThreshold(56.dp) },
618 interface ThresholdConfig { regex
631 data class FixedThreshold(private val offset: Dp) : ThresholdConfig {
646 ) : ThresholdConfig {