Searched refs:itemIconTintList (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DMenuInflater.java310 private ColorStateList itemIconTintList = null; field in class:MenuInflater.MenuState
412 itemIconTintList = a.getColorStateList(
416 itemIconTintList = null;
494 if (itemIconTintList != null) {
495 item.setIconTintList(itemIconTintList);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
H A DSupportMenuInflater.java336 private ColorStateList itemIconTintList = null; field in class:SupportMenuInflater.MenuState
445 itemIconTintList = a.getColorStateList(R.styleable.MenuItem_iconTint);
448 itemIconTintList = null;
523 if (itemIconTintList != null) {
524 MenuItemCompat.setIconTintList(item, itemIconTintList);

Completed in 10 milliseconds