Searched defs:velocityThreshold (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ | ||
D | DraggableHandler.kt | 77 internal val velocityThreshold: Float in onDrag() constant in com.android.compose.animation.scene.DraggableHandlerImpl |
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ | ||
D | DraggableHandlerTest.kt | 120 val velocityThreshold = draggableHandler.velocityThreshold constant in com.android.compose.animation.scene.DraggableHandlerTest.TestGestureScope |
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/ | ||
D | Swipeable.kt | 197 internal var velocityThreshold by mutableStateOf(0f) variable |