Searched refs:PreloadIconDrawable (Results 1 – 6 of 6) sorted by relevance
330 if (top instanceof PreloadIconDrawable) { in onAttachedToWindow()331 ((PreloadIconDrawable) top).applyTheme(getPreloaderTheme()); in onAttachedToWindow()391 final PreloadIconDrawable preloadDrawable; in applyState()392 if (top instanceof PreloadIconDrawable) { in applyState()393 preloadDrawable = (PreloadIconDrawable) top; in applyState()395 preloadDrawable = new PreloadIconDrawable(top, getPreloaderTheme()); in applyState()
15 class PreloadIconDrawable extends Drawable { class49 public PreloadIconDrawable(Drawable icon, Theme theme) { in PreloadIconDrawable() method in PreloadIconDrawable63 TypedArray ta = t.obtainStyledAttributes(R.styleable.PreloadIconDrawable); in applyTheme()
135 mCenterDrawable = new PreloadIconDrawable(drawable, sPreloaderTheme); in updateIcon()178 int outset = (mCenterDrawable instanceof PreloadIconDrawable) ? in onDraw()179 ((PreloadIconDrawable) mCenterDrawable).getOutset() : 0; in onDraw()
639 return (d instanceof PreloadIconDrawable) ? ((PreloadIconDrawable) d).mIcon : d; in getTopDrawable()
2048 if (d instanceof PreloadIconDrawable) { in getDrawableBounds()2049 int inset = -((PreloadIconDrawable) d).getOutset(); in getDrawableBounds()4894 instanceof PreloadIconDrawable;
56 -keep class com.android.launcher3.PreloadIconDrawable {