Searched defs:mIndicatorColorFast (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java138 private int mIndicatorColorFast; field in class:PanoramaModule
579 mPanoProgressBar.setIndicatorColor(mIndicatorColorFast);
678 mIndicatorColorFast = appRes.getColor(R.color.pano_progress_indication_fast);
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java134 private int mIndicatorColorFast; field in class:PanoramaActivity
645 mPanoProgressBar.setIndicatorColor(mIndicatorColorFast);
691 mIndicatorColorFast = appRes.getColor(R.color.pano_progress_indication_fast);

Completed in 47 milliseconds