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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchableSource.java69 private Drawable.ConstantState mSourceIcon = null; field in class:SearchableSource
205 if (mSourceIcon == null) {
211 mSourceIcon = (icon != null) ? icon.getConstantState() : null;
215 return (mSourceIcon != null) ? mSourceIcon.newDrawable() : null;

Completed in 30 milliseconds