Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DAlternateBouncerMessageAreaViewModel.kt26 import com.android.systemui.statusbar.KeyguardIndicationController.DEFAULT_MESSAGE_TIME in <lambda>()
63 (systemClock.uptimeMillis() - fpMessage.second) >= DEFAULT_MESSAGE_TIME in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java153 public static final long DEFAULT_MESSAGE_TIME = 3500; field in KeyguardIndicationController
155 DEFAULT_MESSAGE_TIME + KeyguardIndicationTextView.Y_IN_DURATION;