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.java63 private Button mTakePictureButton; field in CameraOrientationActivity
95 mTakePictureButton = (Button) findViewById(R.id.take_picture_button); in onCreate()
101 mTakePictureButton.setOnClickListener(this); in onCreate()
159 mTakePictureButton.setEnabled(false); in onCreate()
300 if (view == mFormatView || view == mTakePictureButton) { in onClick()
302 mTakePictureButton.setEnabled(false); in onClick()
501 mTakePictureButton.setEnabled(true);