Home | History | Annotate | Download | only in res

Lines Matching refs:wr

1746             WeakReference<Drawable.ConstantState> wr = mDrawableCache.get(key);
1747 if (wr != null) { // we have the key
1748 Drawable.ConstantState entry = wr.get();
1848 WeakReference<ColorStateList> wr = mColorStateListCache.get(key);
1849 if (wr != null) { // we have the key
1850 ColorStateList entry = wr.get();