Searched refs:mIconsView (Results 1 – 1 of 1) sorted by relevance
33 private NotificationOverflowIconsView mIconsView; field in NotificationOverflowContainer45 mIconsView = (NotificationOverflowIconsView) findViewById(R.id.overflow_icons_view); in onFinishInflate()46 mIconsView.setMoreText((TextView) findViewById(R.id.more_text)); in onFinishInflate()47 mIconsView.setOverflowIndicator(findViewById(R.id.more_icon_overflow)); in onFinishInflate()71 return mIconsView; in getIconsView()