Home | History | Annotate | Download | only in camera

Lines Matching full:rotatable

23 import com.android.camera.ui.Rotatable;
168 private Rotatable mReviewCancelButton;
169 private Rotatable mReviewDoneButton;
170 private Rotatable mReviewPlayButton;
408 mReviewDoneButton = (Rotatable) findViewById(R.id.btn_done);
409 mReviewPlayButton = (Rotatable) findViewById(R.id.btn_play);
410 mReviewCancelButton = (Rotatable) findViewById(R.id.btn_cancel);
580 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup,
583 for (Rotatable indicator : indicators) {