Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarIconController.java75 private ImageView mMoreIcon; field in StatusBarIconController
117 mMoreIcon = (ImageView) statusBar.findViewById(R.id.moreIcon); in StatusBarIconController()
118 mNotificationIcons.setOverflowIndicator(mMoreIcon); in StatusBarIconController()
392 mMoreIcon.setImageTintList(ColorStateList.valueOf(mIconTint)); in applyIconTint()
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuView.java82 private Drawable mMoreIcon; field in IconMenuView
137 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