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 44 private NotificationRowLayout latestItems;
59 latestItems = (NotificationRowLayout) findViewById(R.id.latestItems);
64 mExpandHelper = new ExpandHelper(mContext, latestItems, minHeight, maxHeight);
101 latestItems.onInterceptTouchEvent(cancellation);
PhoneStatusBar.java 415 mPile = (NotificationRowLayout)mStatusBarWindow.findViewById(R.id.latestItems);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanel.java 47 private NotificationRowLayout latestItems;
115 latestItems = (NotificationRowLayout) findViewById(R.id.content);
118 mExpandHelper = new ExpandHelper(mContext, latestItems, minHeight, maxHeight);
435 latestItems.onInterceptTouchEvent(cancellation);
  /frameworks/base/packages/SystemUI/res/layout/
status_bar_expanded.xml 89 android:id="@+id/latestItems"

Completed in 293 milliseconds