Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java88 private @IndicationType int mCurrIndicationType = INDICATION_TYPE_NONE;
166 if (mCurrIndicationType == INDICATION_TYPE_NONE || mCurrIndicationType == type) { in updateIndication()
198 showIndication(INDICATION_TYPE_NONE); in updateIndication()
253 mCurrIndicationType = INDICATION_TYPE_NONE; in clearMessages()
275 if (mCurrIndicationType != INDICATION_TYPE_NONE) { in showIndication()
288 if (mCurrIndicationType != INDICATION_TYPE_NONE && mIndicationQueue.size() > 1) { in showIndication()
336 showIndication(INDICATION_TYPE_NONE);
355 ? INDICATION_TYPE_NONE : mIndicationQueue.get(0); in ShowNextIndication()
392 static final int INDICATION_TYPE_NONE = -1; field in KeyguardIndicationRotateTextViewController
408 INDICATION_TYPE_NONE,
[all …]