HomeSort by relevance Sort by last modified time
    Searched refs:mTakePictureButton (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 61 private Button mTakePictureButton;
91 mTakePictureButton = (Button) findViewById(R.id.take_picture_button);
97 mTakePictureButton.setOnClickListener(this);
155 mTakePictureButton.setEnabled(false);
288 if (view == mFormatView || view == mTakePictureButton) {
290 mTakePictureButton.setEnabled(false);
485 mTakePictureButton.setEnabled(true);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 102 private Button mTakePictureButton;
252 mTakePictureButton = (Button) findViewById(R.id.take_picture);
253 mTakePictureButton.setOnClickListener(mTakePictureListener);
254 mPreviewOnlyControls.add(mTakePictureButton);
    [all...]

Completed in 97 milliseconds