Searched refs:Rotatable (Results 1 – 15 of 15) sorted by relevance
/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/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 | ZoomControl.java | 32 public abstract class ZoomControl extends RelativeLayout implements Rotatable {
|
D | RotateImageView.java | 35 public class RotateImageView extends TwoStateImageView implements Rotatable {
|
D | SharePopup.java | 53 View.OnTouchListener, AdapterView.OnItemClickListener, Rotatable {
|
/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; 1147 mReviewDoneButton = (Rotatable) findViewById(R.id.btn_done); in onCreate() 1148 mReviewCancelButton = (Rotatable) findViewById(R.id.btn_cancel); in onCreate() 1202 mOnScreenIndicators = (Rotatable) findViewById(R.id.on_screen_indicators); in onCreate() 1330 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup, in setOrientationIndicator() 1333 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/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 | FaceView.java | 37 implements Rotatable, PreviewStatusListener.PreviewAreaChangedListener {
|