Home
last modified time | relevance | path

Searched refs:Rotatable (Results 1 – 15 of 15) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java34 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/
DIndicatorControl.java38 IndicatorButton.Listener, OtherSettingsPopup.Listener, Rotatable {
69 if (view instanceof Rotatable) { in setOrientation()
70 ((Rotatable) view).setOrientation(orientation); in setOrientation()
DRotatable.java19 public interface Rotatable { interface
DRotateLayout.java26 public class RotateLayout extends ViewGroup implements Rotatable {
DFaceView.java32 public class FaceView extends View implements FocusIndicator, Rotatable {
DZoomControl.java32 public abstract class ZoomControl extends RelativeLayout implements Rotatable {
DRotateImageView.java35 public class RotateImageView extends TwoStateImageView implements Rotatable {
DSharePopup.java53 View.OnTouchListener, AdapterView.OnItemClickListener, Rotatable {
/packages/apps/LegacyCamera/src/com/android/camera/
DCamera.java23 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()
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); 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()
DRotateDialogController.java19 import com.android.camera.ui.Rotatable;
32 public class RotateDialogController implements Rotatable {
DModePicker.java20 import com.android.camera.ui.Rotatable;
40 PopupManager.OnOtherPopupShowedListener, Rotatable {
/packages/apps/Camera2/src/com/android/camera/ui/
DRotatable.java19 public interface Rotatable { interface
DRotateLayout.java29 public class RotateLayout extends ViewGroup implements Rotatable {
DFaceView.java37 implements Rotatable, PreviewStatusListener.PreviewAreaChangedListener {