Searched defs:mCamcorderProfileSpinner (Results 1 - 1 of 1) sorted by relevance

/pdk/apps/TestingCamera/src/com/android/testingcamera/
H A DTestingCamera.java98 private Spinner mCamcorderProfileSpinner; field in class:TestingCamera
232 mCamcorderProfileSpinner = (Spinner) findViewById(R.id.camcorder_profile_spinner);
233 mCamcorderProfileSpinner.setOnItemSelectedListener(mCamcorderProfileListener);
234 mOpenOnlyControls.add(mCamcorderProfileSpinner);
859 mCamcorderProfileSpinner.setSelection(mCamcorderProfile);
1108 mCamcorderProfileSpinner.setAdapter(

Completed in 6 milliseconds