Home
last modified time | relevance | path

Searched refs:mPanoProgressBar (Results 1 – 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java118 private PanoProgressBar mPanoProgressBar; field in PanoramaActivity
596 mPanoProgressBar.reset(); in startCapture()
599 mPanoProgressBar.setIndicatorWidth(20); in startCapture()
600 mPanoProgressBar.setMaxProgress(DEFAULT_SWEEP_ANGLE); in startCapture()
601 mPanoProgressBar.setVisibility(View.VISIBLE); in startCapture()
645 mPanoProgressBar.setIndicatorColor(mIndicatorColorFast); in showTooFastIndication()
653 mPanoProgressBar.setIndicatorColor(mIndicatorColor); in hideTooFastIndication()
676 mPanoProgressBar.setProgress((angleInMajorDirection)); in updateProgress()
687 mPanoProgressBar = (PanoProgressBar) findViewById(R.id.pano_pan_progress_bar); in createContentView()
688 mPanoProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty)); in createContentView()
[all …]
/packages/apps/Camera/src/com/android/camera/
DPanoramaModule.java116 private PanoProgressBar mPanoProgressBar; field in PanoramaModule
560 mPanoProgressBar.reset(); in startCapture()
563 mPanoProgressBar.setIndicatorWidth(20); in startCapture()
564 mPanoProgressBar.setMaxProgress(DEFAULT_SWEEP_ANGLE); in startCapture()
565 mPanoProgressBar.setVisibility(View.VISIBLE); in startCapture()
620 mPanoProgressBar.setIndicatorColor(mIndicatorColorFast); in showTooFastIndication()
630 mPanoProgressBar.setIndicatorColor(mIndicatorColor); in hideTooFastIndication()
656 mPanoProgressBar.setProgress((angleInMajorDirection)); in updateProgress()
661 mPanoProgressBar = (PanoProgressBar) mRootView.findViewById(R.id.pano_pan_progress_bar); in setViews()
662 mPanoProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty)); in setViews()
[all …]
/packages/apps/Gallery2/src/com/android/camera/
DPanoramaModule.java116 private PanoProgressBar mPanoProgressBar; field in PanoramaModule
559 mPanoProgressBar.reset(); in startCapture()
562 mPanoProgressBar.setIndicatorWidth(20); in startCapture()
563 mPanoProgressBar.setMaxProgress(DEFAULT_SWEEP_ANGLE); in startCapture()
564 mPanoProgressBar.setVisibility(View.VISIBLE); in startCapture()
619 mPanoProgressBar.setIndicatorColor(mIndicatorColorFast); in showTooFastIndication()
629 mPanoProgressBar.setIndicatorColor(mIndicatorColor); in hideTooFastIndication()
655 mPanoProgressBar.setProgress((angleInMajorDirection)); in updateProgress()
660 mPanoProgressBar = (PanoProgressBar) mRootView.findViewById(R.id.pano_pan_progress_bar); in setViews()
661 mPanoProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty)); in setViews()
[all …]