Searched defs:mHeaderIcon (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java128 Drawable mHeaderIcon; field in class:MenuBuilder
1119 mHeaderIcon = null;
1135 mHeaderIcon = null;
1144 mHeaderIcon = getContext().getDrawable(iconRes);
1146 mHeaderIcon = icon;
1222 return mHeaderIcon;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuBuilder.java146 Drawable mHeaderIcon; field in class:MenuBuilder
1166 mHeaderIcon = null;
1182 mHeaderIcon = null;
1191 mHeaderIcon = ContextCompat.getDrawable(getContext(), iconRes);
1193 mHeaderIcon = icon;
1269 return mHeaderIcon;

Completed in 10 milliseconds