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/Camera/src/com/android/camera/
FocusManager.java
65
private FocusIndicatorView
mFocusIndicator
;
120
mFocusIndicator
= (FocusIndicatorView) focusIndicatorRotate.findViewById(
420
ViewGroup.LayoutParams layout =
mFocusIndicator
.getLayoutParams();
426
FocusIndicator focusIndicator = (faceExists) ? mFaceView :
mFocusIndicator
;
Camera.java
158
private RotateLayout
mFocusIndicator
;
379
mFocusIndicator
= (RotateLayout) findViewById(R.id.focus_indicator_rotate_layout);
382
mFocusManager.initialize(
mFocusIndicator
, mPreviewFrame, mFaceView, this,
[
all
...]
Completed in 16 milliseconds