Searched refs:mMoreIcon (Results 1 – 2 of 2) sorted by relevance
75 private ImageView mMoreIcon; field in StatusBarIconController117 mMoreIcon = (ImageView) statusBar.findViewById(R.id.moreIcon); in StatusBarIconController()118 mNotificationIcons.setOverflowIndicator(mMoreIcon); in StatusBarIconController()392 mMoreIcon.setImageTintList(ColorStateList.valueOf(mIconTint)); in applyIconTint()
82 private Drawable mMoreIcon; field in IconMenuView137 mMoreIcon = a.getDrawable(com.android.internal.R.styleable.IconMenuView_moreIcon); in IconMenuView()299 itemView.initialize(r.getText(com.android.internal.R.string.more_item_label), mMoreIcon); in createMoreItemView() local