Home
last modified time | relevance | path

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

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