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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 111 protected NotificationRowLayout mPile;
835 if (!inflateViews(entry, mPile))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 461 mPile = (NotificationRowLayout)mStatusBarWindow.findViewById(R.id.latestItems);
462 mPile.setLayoutTransitionsEnabled(false);
463 mPile.setLongPressListener(getNotificationLongClicker());
464 mExpandedContents = mPile; // was: expanded.findViewById(R.id.notificationLinearLayout);
577 mPile.setOnSizeChangedListener(new OnSizeChangedListener() {
    [all...]

Completed in 74 milliseconds