Searched refs:mPanoProgressBar (Results 1 – 3 of 3) 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 …]
116 private PanoProgressBar mPanoProgressBar; field in PanoramaModule560 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 …]
116 private PanoProgressBar mPanoProgressBar; field in PanoramaModule559 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 …]