HomeSort by relevance Sort by last modified time
    Searched full:latestitems (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 43 private NotificationRowLayout latestItems;
58 latestItems = (NotificationRowLayout) findViewById(R.id.latestItems);
63 mExpandHelper = new ExpandHelper(mContext, latestItems, minHeight, maxHeight);
93 latestItems.onInterceptTouchEvent(cancellation);
PhoneStatusBar.java 422 mPile = (NotificationRowLayout)mStatusBarWindow.findViewById(R.id.latestItems);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanel.java 46 private NotificationRowLayout latestItems;
114 latestItems = (NotificationRowLayout) findViewById(R.id.content);
117 mExpandHelper = new ExpandHelper(mContext, latestItems, minHeight, maxHeight);
434 latestItems.onInterceptTouchEvent(cancellation);
  /frameworks/base/packages/SystemUI/res/layout/
status_bar_expanded.xml 89 android:id="@+id/latestItems"

Completed in 272 milliseconds