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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java154 ViewGroup mNotificationPeekRow; field in class:TabletStatusBar
268 mNotificationPeekRow = (ViewGroup) mNotificationPeekWindow.findViewById(R.id.content);
667 inflateViews(copy, mNotificationPeekRow);
683 // mNotificationPeekRow.setLayoutTransition(
688 mNotificationPeekRow.removeAllViews();
689 mNotificationPeekRow.addView(copy.row);
702 mNotificationPeekRow.removeAllViews();

Completed in 152 milliseconds