Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
H A DSwipeable.kt501 val forceAnimationCheck = remember { mutableStateOf(false) } regex
502 LaunchedEffect(value, forceAnimationCheck.value) {
510 forceAnimationCheck.value = !forceAnimationCheck.value