Lines Matching full:imagebutton
23 import android.widget.ImageButton;
37 * {@link #android.widget.ImageButton}s.
72 private ImageButton mButtonCancel;
73 private ImageButton mButtonDone;
74 private ImageButton mButtonRetake; // same as review.
76 private ImageButton mButtonExposureCompensation;
77 private ImageButton mExposureN2;
78 private ImageButton mExposureN1;
79 private ImageButton mExposure0;
80 private ImageButton mExposureP1;
81 private ImageButton mExposureP2;
161 = (ImageButton) root.findViewById(R.id.cancel_button);
163 = (ImageButton) root.findViewById(R.id.done_button);
165 = (ImageButton) root.findViewById(R.id.retake_button);
168 (ImageButton) root.findViewById(R.id.exposure_button);
169 mExposureN2 = (ImageButton) root.findViewById(R.id.exposure_n2);
170 mExposureN1 = (ImageButton) root.findViewById(R.id.exposure_n1);
171 mExposure0 = (ImageButton) root.findViewById(R.id.exposure_0);
172 mExposureP1 = (ImageButton) root.findViewById(R.id.exposure_p1);
173 mExposureP2 = (ImageButton) root.findViewById(R.id.exposure_p2);
293 * Returns the appropriate {@link android.widget.ImageButton}
297 private ImageButton getImageButtonOrError(int buttonId) {
390 ImageButton
490 ImageButton button;
514 ImageButton button = getButtonOrError(buttonId);
526 ImageButton button = getButtonOrError(buttonId);
953 ImageButton imageButton = (ImageButton) LayoutInflater
957 imageButton.setImageResource(imageId);
958 imageButton.setTag(String.valueOf(i));
959 mModeOptionsPano.addView(imageButton);
963 imageButton.setContentDescription(