Home
last modified time | relevance | path

Searched refs:mTakePictureButton (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
DCameraOrientationActivity.java61 private Button mTakePictureButton; field in CameraOrientationActivity
91 mTakePictureButton = (Button) findViewById(R.id.take_picture_button); in onCreate()
97 mTakePictureButton.setOnClickListener(this); in onCreate()
155 mTakePictureButton.setEnabled(false); in onCreate()
288 if (view == mFormatView || view == mTakePictureButton) { in onClick()
290 mTakePictureButton.setEnabled(false); in onClick()
485 mTakePictureButton.setEnabled(true);