HomeSort by relevance Sort by last modified time
    Searched defs:itemIconTintList (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/
MenuInflater.java 310 private ColorStateList itemIconTintList = null;
412 itemIconTintList = a.getColorStateList(
416 itemIconTintList = null;
494 if (itemIconTintList != null) {
495 item.setIconTintList(itemIconTintList);
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
SupportMenuInflater.java 334 private ColorStateList itemIconTintList = null;
443 itemIconTintList = a.getColorStateList(R.styleable.MenuItem_iconTint);
446 itemIconTintList = null;
521 if (itemIconTintList != null) {
522 MenuItemCompat.setIconTintList(item, itemIconTintList);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 1901 milliseconds