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

/packages/apps/Browser/src/com/android/browser/
H A DPageProgressView.java31 public class PageProgressView extends ImageView { class in inherits:ImageView
49 public PageProgressView(Context context, AttributeSet attrs, int defStyle) { method in class:PageProgressView
58 public PageProgressView(Context context, AttributeSet attrs) { method in class:PageProgressView
66 public PageProgressView(Context context) { method in class:PageProgressView
H A DTitleBar.java50 private PageProgressView mProgress;
78 mProgress = (PageProgressView) findViewById(R.id.progress);
254 mProgress.setProgress(PageProgressView.MAX_PROGRESS);
272 mProgress.setProgress(newProgress * PageProgressView.MAX_PROGRESS
373 public PageProgressView getProgressView() {

Completed in 105 milliseconds