Searched refs:mRecordHandoffCheckBox (Results 1 - 1 of 1) sorted by relevance

/pdk/apps/TestingCamera/src/com/android/testingcamera/
H A DTestingCamera.java102 private CheckBox mRecordHandoffCheckBox; field in class:TestingCamera
248 mRecordHandoffCheckBox = (CheckBox) findViewById(R.id.record_handoff_checkbox);
1364 mRecordHandoffCheckBox.setEnabled(false);
1365 if (mRecordHandoffCheckBox.isChecked()) {
1378 if (!mRecordHandoffCheckBox.isChecked()) {
1425 mRecordHandoffCheckBox.setEnabled(true);
1427 if (mRecordHandoffCheckBox.isChecked()) {
1458 mRecordHandoffCheckBox.setEnabled(true);
1469 if (mRecordHandoffCheckBox.isChecked()) {

Completed in 4 milliseconds