Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java88 private @IndicationType int mCurrIndicationType = INDICATION_TYPE_NONE; field in KeyguardIndicationRotateTextViewController
144 long minShowDuration = getMinVisibilityMillis(mIndicationMessages.get(mCurrIndicationType)); in updateIndication()
166 if (mCurrIndicationType == INDICATION_TYPE_NONE || mCurrIndicationType == type) { in updateIndication()
192 if (mCurrIndicationType == type in updateIndication()
250 mCurrIndicationType = INDICATION_TYPE_NONE; in clearMessages()
265 final @IndicationType int previousIndicationType = mCurrIndicationType; in showIndication()
266 mCurrIndicationType = type; in showIndication()
272 if (mCurrIndicationType != INDICATION_TYPE_NONE) { in showIndication()
278 || previousIndicationType != mCurrIndicationType) { in showIndication()
285 if (mCurrIndicationType != INDICATION_TYPE_NONE && mIndicationQueue.size() > 1) { in showIndication()