Home | History | Annotate | Download | only in camera

Lines Matching full:rotatable

23 import com.android.camera.ui.Rotatable;
166 private Rotatable mReviewCancelButton;
167 private Rotatable mReviewDoneButton;
181 private Rotatable mOnScreenIndicators;
1133 mReviewDoneButton = (Rotatable) findViewById(R.id.btn_done);
1134 mReviewCancelButton = (Rotatable) findViewById(R.id.btn_cancel);
1189 mOnScreenIndicators = (Rotatable) findViewById(R.id.on_screen_indicators);
1317 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup,
1320 for (Rotatable indicator : indicators) {