Lines Matching refs:Button
38 import android.widget.Button;
72 private Button mButtonNoiseMode; // Noise reduction mode
73 private Button mButtonEdgeModeReprocess; // Edge mode
74 private Button mButtonNoiseModeReprocess; // Noise reduction mode for reprocessing
75 private Button mButtonEdgeMode; // Edge mode for reprocessing
151 Button mAfTriggerButton = (Button) findViewById(R.id.af_trigger); in onCreate()
157 mButtonNoiseMode = (Button) findViewById(R.id.button_noise); in onCreate()
158 mButtonEdgeMode = (Button) findViewById(R.id.button_edge); in onCreate()
159 mButtonNoiseModeReprocess = (Button) findViewById(R.id.button_noise_reprocess); in onCreate()
160 mButtonEdgeModeReprocess = (Button) findViewById(R.id.button_edge_reprocess); in onCreate()
165 Button mGetJpegButton = (Button) findViewById(R.id.jpeg_capture); in onCreate()
166 Button mGalleryButton = (Button) findViewById(R.id.gallery); in onCreate()