Searched refs:mAutofocusButton (Results 1 – 1 of 1) sorted by relevance
97 private Button mAutofocusButton; field in TestingCamera229 mAutofocusButton = (Button) findViewById(R.id.af_button); in onCreate()230 mAutofocusButton.setOnClickListener(mAutofocusButtonListener); in onCreate()231 mPreviewOnlyControls.add(mAutofocusButton); in onCreate()