Searched refs:QUEUE_LENGTH (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletTicker.java59 private static final int QUEUE_LENGTH = 3; field in class:TabletTicker
72 private IBinder[] mKeys = new IBinder[QUEUE_LENGTH];
73 private StatusBarNotification[] mQueue = new StatusBarNotification[QUEUE_LENGTH];
108 if (mQueuePos < QUEUE_LENGTH - 1) {
126 for (int i=0; i<QUEUE_LENGTH; i++) {
128 for (; i<QUEUE_LENGTH-1; i++) {
132 mKeys[QUEUE_LENGTH-1] = null;
133 mQueue[QUEUE_LENGTH-1] = null;
146 for (int i=0; i<QUEUE_LENGTH; i++) {

Completed in 66 milliseconds