Searched defs:mNotificationPeekIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java144 int mNotificationPeekIndex; field in class:TabletStatusBar
714 if (mNotificationPeekIndex >= 0 && mNotificationPeekIndex < N) {
715 NotificationData.Entry entry = mNotificationData.get(N-1-mNotificationPeekIndex);
717 mNotificationPeekIndex = -1;
750 // peekIndex < mNotificationPeekIndex
760 mNotificationPeekIndex = peekIndex;
771 if (mNotificationPeekIndex >= 0 && mNotificationPeekIndex < N) {
775 : mNotificationData.get(N-1-mNotificationPeekIndex);
[all...]

Completed in 432 milliseconds