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

/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
H A DSimpleMenuItem.java41 private Drawable mIconDrawable; field in class:SimpleMenuItem
84 mIconDrawable = icon;
89 mIconDrawable = null;
95 if (mIconDrawable != null) {
96 return mIconDrawable;

Completed in 4 milliseconds