Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
DCredentialPasswordView.kt67 titleView.isSelected = accessibilityManager?.shouldMarquee() ?: false in onApplyWindowInsets()
87 private fun AccessibilityManager.shouldMarquee(): Boolean = !isEnabled || !isTouchExplorationEnabled method