/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
D | PanoramaActivity.java | 34 import com.android.camera.ui.Rotatable; 740 Rotatable[] rotateLayout = { in createContentView() 741 (Rotatable) findViewById(R.id.pano_pan_progress_bar_layout), in createContentView() 742 (Rotatable) findViewById(R.id.pano_capture_too_fast_textview_layout), in createContentView() 743 (Rotatable) findViewById(R.id.pano_review_saving_indication_layout), in createContentView() 744 (Rotatable) findViewById(R.id.pano_saving_progress_bar_layout), in createContentView() 745 (Rotatable) findViewById(R.id.pano_review_cancel_button_layout), in createContentView() 746 (Rotatable) findViewById(R.id.pano_rotate_reviewarea), in createContentView() 747 (Rotatable) mRotateDialog, in createContentView() 748 (Rotatable) mCaptureIndicator, in createContentView() [all …]
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Camera.java | 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); in onCreate() 1134 mReviewCancelButton = (Rotatable) findViewById(R.id.btn_cancel); in onCreate() 1189 mOnScreenIndicators = (Rotatable) findViewById(R.id.on_screen_indicators); in onCreate() 1317 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup, in setOrientationIndicator() 1320 for (Rotatable indicator : indicators) { in setOrientationIndicator()
|
D | VideoCamera.java | 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); in onCreate() 409 mReviewPlayButton = (Rotatable) findViewById(R.id.btn_play); in onCreate() 410 mReviewCancelButton = (Rotatable) findViewById(R.id.btn_cancel); in onCreate() 580 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup, in setOrientationIndicator() 583 for (Rotatable indicator : indicators) { in setOrientationIndicator()
|
D | RotateDialogController.java | 19 import com.android.camera.ui.Rotatable; 32 public class RotateDialogController implements Rotatable {
|
D | ModePicker.java | 20 import com.android.camera.ui.Rotatable; 40 PopupManager.OnOtherPopupShowedListener, Rotatable {
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | IndicatorControl.java | 38 IndicatorButton.Listener, OtherSettingsPopup.Listener, Rotatable { 69 if (view instanceof Rotatable) { in setOrientation() 70 ((Rotatable) view).setOrientation(orientation); in setOrientation()
|
D | Rotatable.java | 19 public interface Rotatable { interface
|
D | RotateLayout.java | 26 public class RotateLayout extends ViewGroup implements Rotatable {
|
D | FaceView.java | 32 public class FaceView extends View implements FocusIndicator, Rotatable {
|
D | RotateImageView.java | 35 public class RotateImageView extends TwoStateImageView implements Rotatable {
|
D | ZoomControl.java | 32 public abstract class ZoomControl extends RelativeLayout implements Rotatable {
|
D | SharePopup.java | 53 View.OnTouchListener, AdapterView.OnItemClickListener, Rotatable {
|
/packages/apps/Camera/src/com/android/camera/ |
D | VideoModule.java | 72 import com.android.camera.ui.Rotatable; 149 private Rotatable mReviewCancelButton; 150 private Rotatable mReviewDoneButton; 579 Rotatable[] indicators = { in setOrientationIndicator() 582 for (Rotatable indicator : indicators) { in setOrientationIndicator() 2123 mReviewDoneButton = (Rotatable) mRootView.findViewById(R.id.btn_done); in initializeControlByIntent() 2124 mReviewCancelButton = (Rotatable) mRootView.findViewById(R.id.btn_cancel); in initializeControlByIntent()
|
D | RotateDialogController.java | 29 import com.android.camera.ui.Rotatable; 32 public class RotateDialogController implements Rotatable {
|
D | PhotoModule.java | 71 import com.android.camera.ui.Rotatable; 184 private Rotatable mReviewCancelButton; 185 private Rotatable mReviewDoneButton; 1633 mReviewDoneButton = (Rotatable) mRootView.findViewById(R.id.btn_done); in initializeControlByIntent() 1634 mReviewCancelButton = (Rotatable) mRootView.findViewById(R.id.btn_cancel); in initializeControlByIntent()
|
D | PanoramaModule.java | 60 import com.android.camera.ui.Rotatable; 710 Rotatable view = (Rotatable) mRootView.findViewById(R.id.pano_rotate_reviewarea); in setViews()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | Rotatable.java | 19 public interface Rotatable { interface
|
D | RotateLayout.java | 29 public class RotateLayout extends ViewGroup implements Rotatable {
|
D | RotateImageView.java | 37 public class RotateImageView extends TwoStateImageView implements Rotatable {
|
D | FaceView.java | 37 implements FocusIndicator, Rotatable, PreviewStatusListener.PreviewAreaChangedListener {
|
/packages/apps/Camera/src/com/android/camera/ui/ |
D | Rotatable.java | 19 public interface Rotatable { interface
|
D | RotateLayout.java | 35 public class RotateLayout extends ViewGroup implements Rotatable {
|
D | RotateImageView.java | 35 public class RotateImageView extends TwoStateImageView implements Rotatable {
|
D | FaceView.java | 41 public class FaceView extends View implements FocusIndicator, Rotatable {
|