Searched refs:mIconsView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationOverflowContainer.java32 private NotificationOverflowIconsView mIconsView; field in class:NotificationOverflowContainer
43 mIconsView = (NotificationOverflowIconsView) findViewById(R.id.overflow_icons_view);
44 mIconsView.setMoreText((TextView) findViewById(R.id.more_text));
45 mIconsView.setOverflowIndicator(findViewById(R.id.more_icon_overflow));
63 return mIconsView;

Completed in 40 milliseconds