Searched defs:mNotificationPeekRow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java143 ViewGroup mNotificationPeekRow; field in class:TabletStatusBar
733 inflateViews(copy, mNotificationPeekRow);
749 // mNotificationPeekRow.setLayoutTransition(
754 mNotificationPeekRow.removeAllViews();
755 mNotificationPeekRow.addView(copy.row);
768 mNotificationPeekRow.removeAllViews();

Completed in 528 milliseconds