Searched refs:sPreloaderTheme (Results 1 – 1 of 1) sorted by relevance
42 private static Theme sPreloaderTheme; field in PendingAppWidgetHostView145 if (sPreloaderTheme == null) { in updateIcon()146 sPreloaderTheme = getResources().newTheme(); in updateIcon()147 sPreloaderTheme.applyStyle(R.style.PreloadIcon, true); in updateIcon()151 mCenterDrawable = new PreloadIconDrawable(drawable, sPreloaderTheme); in updateIcon()