Home
last modified time | relevance | path

Searched refs:NotificationOverflowIconsView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationOverflowContainer.java33 private NotificationOverflowIconsView mIconsView;
45 mIconsView = (NotificationOverflowIconsView) findViewById(R.id.overflow_icons_view); in onFinishInflate()
70 public NotificationOverflowIconsView getIconsView() { in getIconsView()
DNotificationOverflowIconsView.java33 public class NotificationOverflowIconsView extends IconMerger { class
40 public NotificationOverflowIconsView(Context context, AttributeSet attrs) { in NotificationOverflowIconsView() method in NotificationOverflowIconsView