Searched refs:mIconsView (Results 1 – 1 of 1) sorted by relevance
32 private NotificationOverflowIconsView mIconsView; field in NotificationOverflowContainer43 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()