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

  /packages/apps/Browser/src/com/android/browser/
PageProgressView.java 31 public class PageProgressView extends ImageView {
49 public PageProgressView(Context context, AttributeSet attrs, int defStyle) {
58 public PageProgressView(Context context, AttributeSet attrs) {
66 public PageProgressView(Context context) {
TitleBar.java 50 private PageProgressView mProgress;
75 mProgress = (PageProgressView) findViewById(R.id.progress);
226 mProgress.setProgress(PageProgressView.MAX_PROGRESS);
243 mProgress.setProgress(newProgress * PageProgressView.MAX_PROGRESS
341 public PageProgressView getProgressView() {

Completed in 82 milliseconds