OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mexposureindicator
(Results
1 - 1
of
1
) sorted by null
/packages/apps/LegacyCamera/src/com/android/camera/
Camera.java
174
private TextView
mExposureIndicator
;
603
mExposureIndicator
= (TextView) findViewById(R.id.onscreen_exposure_indicator);
633
if (
mExposureIndicator
== null) {
637
mExposureIndicator
.setText("");
638
mExposureIndicator
.setVisibility(View.GONE);
645
mExposureIndicator
.setText(exposure);
646
mExposureIndicator
.setVisibility(View.VISIBLE);
[
all
...]
Completed in 617 milliseconds