Lines Matching refs:null
58 return new Now<Drawable>(null);
60 Entry newEntry = null;
64 if (drawableState == null) {
69 if (drawableState != null) {
73 return value == null ? null : value.newDrawable();
89 if (cached != null) Log.d(TAG, "Found icon in cache: " + drawableId);
95 if (drawable != null) {
130 mDrawable = null;
135 store(value == null ? null : value.getConstantState());