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 38 private NotificationRowLayout latestItems;
50 latestItems = (NotificationRowLayout) findViewById(R.id.latestItems);
54 mExpandHelper = new ExpandHelper(mContext, latestItems, minHeight, maxHeight);
79 latestItems.onInterceptTouchEvent(cancellation);
PhoneStatusBar.java 410 mPile = (NotificationRowLayout)mStatusBarWindow.findViewById(R.id.latestItems);
    [all...]
  /frameworks/base/packages/SystemUI/res/layout/
status_bar_expanded.xml 63 android:id="@+id/latestItems"
  /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);
413 latestItems.onInterceptTouchEvent(cancellation);

Completed in 232 milliseconds