HomeSort by relevance Sort by last modified time
    Searched defs:mPile (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 114 protected NotificationRowLayout mPile;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 356 mPile = (NotificationRowLayout)mNotificationPanel.findViewById(R.id.content);
357 mPile.removeAllViews();
358 mPile.setLongPressListener(getNotificationLongClicker());
360 ScrollView scroller = (ScrollView)mPile.getParent();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 415 mPile = (NotificationRowLayout)mStatusBarWindow.findViewById(R.id.latestItems);
416 mPile.setLayoutTransitionsEnabled(false);
417 mPile.setLongPressListener(getNotificationLongClicker());
418 mExpandedContents = mPile; // was: expanded.findViewById(R.id.notificationLinearLayout);
531 mPile.setOnSizeChangedListener(new OnSizeChangedListener() {
    [all...]

Completed in 305 milliseconds