Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DSwipeable.kt260 val progress: SwipeProgress<T>
289 return SwipeProgress(from, to, fraction)
424 class SwipeProgress<T>( class
432 if (other !is SwipeProgress<*>) return false in equals()