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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java43 private NotificationRowLayout latestItems; field in class:StatusBarWindowView
58 latestItems = (NotificationRowLayout) findViewById(R.id.latestItems);
63 mExpandHelper = new ExpandHelper(mContext, latestItems, minHeight, maxHeight);
100 latestItems.onInterceptTouchEvent(cancellation);

Completed in 77 milliseconds