HomeSort by relevance Sort by last modified time
    Searched refs:PreloadIconDrawable (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 330 if (top instanceof PreloadIconDrawable) {
331 ((PreloadIconDrawable) top).applyTheme(getPreloaderTheme());
391 final PreloadIconDrawable preloadDrawable;
392 if (top instanceof PreloadIconDrawable) {
393 preloadDrawable = (PreloadIconDrawable) top;
395 preloadDrawable = new PreloadIconDrawable(top, getPreloaderTheme());
PendingAppWidgetHostView.java 135 mCenterDrawable = new PreloadIconDrawable(drawable, sPreloaderTheme);
178 int outset = (mCenterDrawable instanceof PreloadIconDrawable) ?
179 ((PreloadIconDrawable) mCenterDrawable).getOutset() : 0;
PreloadIconDrawable.java 15 class PreloadIconDrawable extends Drawable {
49 public PreloadIconDrawable(Drawable icon, Theme theme) {
63 TypedArray ta = t.obtainStyledAttributes(R.styleable.PreloadIconDrawable);
FolderIcon.java 639 return (d instanceof PreloadIconDrawable) ? ((PreloadIconDrawable) d).mIcon : d;
Workspace.java     [all...]

Completed in 264 milliseconds