Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java149 mIndicationQueue.removeIf(x -> x == type); in updateIndication()
151 if (!mIndicationQueue.contains(type)) { in updateIndication()
152 mIndicationQueue.add(type); in updateIndication()
172 mIndicationQueue.removeIf(x -> x == type); in updateIndication()
254 mIndicationQueue.clear(); in clearMessages()
274 mIndicationQueue.removeIf(x -> x == type); in showIndication()
276 mIndicationQueue.add(type); // re-add to show later in showIndication()
337 } else if (mIndicationQueue.size() > 0) {
338 showIndication(mIndicationQueue.get(0));
354 int type = mIndicationQueue.size() == 0 in ShowNextIndication()
[all …]