Home
last modified time | relevance | path

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

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