Home | History | Annotate | Download | only in camera

Lines Matching refs:Rotatable

72 import com.android.camera.ui.Rotatable;
149 private Rotatable mReviewCancelButton;
150 private Rotatable mReviewDoneButton;
579 Rotatable[] indicators = {
582 for (Rotatable indicator : indicators) {
2123 mReviewDoneButton = (Rotatable) mRootView.findViewById(R.id.btn_done);
2124 mReviewCancelButton = (Rotatable) mRootView.findViewById(R.id.btn_cancel);