OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIndicatorColorFast
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/
WideAnglePanoramaUI.java
89
private int
mIndicatorColorFast
;
352
mIndicatorColorFast
= appRes.getColor(R.color.pano_progress_indication_fast);
426
mCaptureProgressBar.setIndicatorColor(
mIndicatorColorFast
);
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java
134
private int
mIndicatorColorFast
;
645
mPanoProgressBar.setIndicatorColor(
mIndicatorColorFast
);
691
mIndicatorColorFast
= appRes.getColor(R.color.pano_progress_indication_fast);
[
all
...]
/packages/apps/Camera/src/com/android/camera/
PanoramaModule.java
136
private int
mIndicatorColorFast
;
620
mPanoProgressBar.setIndicatorColor(
mIndicatorColorFast
);
721
mIndicatorColorFast
= appRes.getColor(R.color.pano_progress_indication_fast);
[
all
...]
Completed in 121 milliseconds