Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DSwipeable.kt177 val actualOldValue = oldAnchors[offset.value] in processNewAnchors() constant
178 val value = if (actualOldValue == currentValue) currentValue else actualOldValue in processNewAnchors()