Lines Matching refs:Rotatable
23 import com.android.camera.ui.Rotatable;
166 private Rotatable mReviewCancelButton;
167 private Rotatable mReviewDoneButton;
181 private Rotatable mOnScreenIndicators;
1147 mReviewDoneButton = (Rotatable) findViewById(R.id.btn_done);
1148 mReviewCancelButton = (Rotatable) findViewById(R.id.btn_cancel);
1202 mOnScreenIndicators = (Rotatable) findViewById(R.id.on_screen_indicators);
1330 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup,
1333 for (Rotatable indicator : indicators) {