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

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

Completed in 18 milliseconds