Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java170 private static final int START_KEYGUARD_EXIT_ANIM = 12; field in KeyguardViewMediator
1598 case START_KEYGUARD_EXIT_ANIM:
2084 Message msg = mHandler.obtainMessage(START_KEYGUARD_EXIT_ANIM, in startKeyguardExitAnimation()