Searched refs:mAutofocusButton (Results 1 – 1 of 1) sorted by relevance
96 private Button mAutofocusButton; field in TestingCamera227 mAutofocusButton = (Button) findViewById(R.id.af_button); in onCreate()228 mAutofocusButton.setOnClickListener(mAutofocusButtonListener); in onCreate()229 mPreviewOnlyControls.add(mAutofocusButton); in onCreate()