Searched defs:MSG_HIDE_FACELOCK_AREA_VIEW (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardView.java121 private final int MSG_HIDE_FACELOCK_AREA_VIEW = 1; field in class:LockPatternKeyguardView
1203 case MSG_HIDE_FACELOCK_AREA_VIEW:
1218 mHandler.removeMessages(MSG_HIDE_FACELOCK_AREA_VIEW);
1232 mHandler.sendEmptyMessage(MSG_HIDE_FACELOCK_AREA_VIEW);
1238 mHandler.sendEmptyMessageDelayed(MSG_HIDE_FACELOCK_AREA_VIEW, timeoutMillis);

Completed in 216 milliseconds