Searched refs:mIndicationQueue (Results 1 – 1 of 1) sorted by relevance
87 private final List<Integer> mIndicationQueue = new ArrayList<>(); field in KeyguardIndicationRotateTextViewController149 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()173 mIndicationQueue.add(0 /* index */, type /* type */); in updateIndication()251 mIndicationQueue.clear(); in clearMessages()271 mIndicationQueue.removeIf(x -> x == type); in showIndication()273 mIndicationQueue.add(type); // re-add to show later in showIndication()285 if (mCurrIndicationType != INDICATION_TYPE_NONE && mIndicationQueue.size() > 1) { in showIndication()[all …]