Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DConfirmLockPassword.java108 private boolean mBlockImm; field in ConfirmLockPassword.ConfirmLockPasswordFragment
221 mBlockImm = true; in prepareEnterAnimation()
244 mBlockImm = false; in startEnterAnimation()
294 if (mBlockImm) return; in resetState()
307 if (!hasFocus || mBlockImm) { in onWindowFocusChanged()