Searched refs:Rotatable (Results 1 - 24 of 24) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DRotatable.java19 public interface Rotatable { interface
H A DRotateImageView.java35 public class RotateImageView extends TwoStateImageView implements Rotatable {
H A DRotateLayout.java35 public class RotateLayout extends ViewGroup implements Rotatable {
H A DFaceView.java41 public class FaceView extends View implements FocusIndicator, Rotatable {
/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotatable.java19 public interface Rotatable { interface
H A DRotateLayout.java27 public class RotateLayout extends ViewGroup implements Rotatable {
H A DRotateImageView.java35 public class RotateImageView extends TwoStateImageView implements Rotatable {
H A DFaceView.java38 implements FocusIndicator, Rotatable,
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotatable.java19 public interface Rotatable { interface
H A DRotateLayout.java26 public class RotateLayout extends ViewGroup implements Rotatable {
H A DIndicatorControl.java38 IndicatorButton.Listener, OtherSettingsPopup.Listener, Rotatable {
69 if (view instanceof Rotatable) {
70 ((Rotatable) view).setOrientation(orientation);
H A DFaceView.java32 public class FaceView extends View implements FocusIndicator, Rotatable {
H A DRotateImageView.java35 public class RotateImageView extends TwoStateImageView implements Rotatable {
H A DZoomControl.java32 public abstract class ZoomControl extends RelativeLayout implements Rotatable {
H A DSharePopup.java53 View.OnTouchListener, AdapterView.OnItemClickListener, Rotatable {
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java34 import com.android.camera.ui.Rotatable;
740 Rotatable[] rotateLayout = {
741 (Rotatable) findViewById(R.id.pano_pan_progress_bar_layout),
742 (Rotatable) findViewById(R.id.pano_capture_too_fast_textview_layout),
743 (Rotatable) findViewById(R.id.pano_review_saving_indication_layout),
744 (Rotatable) findViewById(R.id.pano_saving_progress_bar_layout),
745 (Rotatable) findViewById(R.id.pano_review_cancel_button_layout),
746 (Rotatable) findViewById(R.id.pano_rotate_reviewarea),
747 (Rotatable) mRotateDialog,
748 (Rotatable) mCaptureIndicato
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/
H A DRotateDialogController.java19 import com.android.camera.ui.Rotatable;
32 public class RotateDialogController implements Rotatable {
H A DModePicker.java20 import com.android.camera.ui.Rotatable;
40 PopupManager.OnOtherPopupShowedListener, Rotatable {
H A DCamera.java23 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) {
H A DVideoCamera.java23 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) {
/packages/apps/Camera/src/com/android/camera/
H A DRotateDialogController.java29 import com.android.camera.ui.Rotatable;
32 public class RotateDialogController implements Rotatable {
H A DVideoModule.java72 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);
H A DPanoramaModule.java60 import com.android.camera.ui.Rotatable;
710 Rotatable view = (Rotatable) mRootView.findViewById(R.id.pano_rotate_reviewarea);
H A DPhotoModule.java71 import com.android.camera.ui.Rotatable;
184 private Rotatable mReviewCancelButton;
185 private Rotatable mReviewDoneButton;
1633 mReviewDoneButton = (Rotatable) mRootView.findViewById(R.id.btn_done);
1634 mReviewCancelButton = (Rotatable) mRootView.findViewById(R.id.btn_cancel);

Completed in 195 milliseconds