List of usage examples for android.widget ProgressBar getContext
@ViewDebug.CapturedViewProperty public final Context getContext()
From source file:org.opensilk.common.ui.util.ThemeUtils.java
public static void themeProgressBar(ProgressBar progressBar, int colorAttr) { themeProgressBar2(progressBar, getThemeAttrColor(progressBar.getContext(), colorAttr)); }