Searched refs:mPanoProgressBar (Results 1 – 1 of 1) sorted by relevance
118 private PanoProgressBar mPanoProgressBar; field in PanoramaActivity596 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 …]