OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFocusIndicator
(Results
1 - 2
of
2
) sorted by null
/packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java
64
private FocusIndicatorView
mFocusIndicator
;
120
mFocusIndicator
= (FocusIndicatorView) focusIndicatorRotate.findViewById(
400
ViewGroup.LayoutParams layout =
mFocusIndicator
.getLayoutParams();
406
FocusIndicator focusIndicator = (faceExists) ? mFaceView :
mFocusIndicator
;
Camera.java
179
private ImageView
mFocusIndicator
;
608
mFocusIndicator
= (ImageView) findViewById(R.id.onscreen_focus_indicator);
693
if (
mFocusIndicator
== null) {
697
mFocusIndicator
.setImageResource(R.drawable.ic_indicators_landscape);
698
mFocusIndicator
.setVisibility(View.VISIBLE);
700
mFocusIndicator
.setImageResource(R.drawable.ic_indicators_macro);
701
mFocusIndicator
.setVisibility(View.VISIBLE);
703
mFocusIndicator
.setVisibility(View.GONE);
[
all
...]
Completed in 38 milliseconds