Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DSwipeable.kt167 val animationTargetValue = animationTarget.value in processNewAnchors() constant
169 val targetOffset = if (animationTargetValue != null) { in processNewAnchors()
171 val oldState = oldAnchors[animationTargetValue] in processNewAnchors()
174 newState ?: newAnchors.keys.minByOrNull { abs(it - animationTargetValue) }!! in processNewAnchors()