Searched refs:ProgressOverlay (Results 1 – 2 of 2) sorted by relevance
34 import com.android.camera.ui.ProgressOverlay;50 private final ProgressOverlay mProgressOverlay;140 mProgressOverlay = (ProgressOverlay) mRootView.findViewById(R.id.progress_overlay); in CaptureModuleUI()
31 public class ProgressOverlay extends View { class39 public ProgressOverlay(Context context, AttributeSet attrs) { in ProgressOverlay() method in ProgressOverlay