Searched refs:styleRes (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/view/
H A DStopProgressView.java24 * @param styleRes
26 public StopProgressView(Context context, AttributeSet attrs, int defStyle, int styleRes) { argument
27 super(context, attrs, defStyle, styleRes);
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DProgressBar.java245 public ProgressBar(Context context, AttributeSet attrs, int defStyle, int styleRes) { argument
251 context.obtainStyledAttributes(attrs, R.styleable.ProgressBar, defStyle, styleRes);

Completed in 55 milliseconds