/packages/apps/Camera/src/com/android/camera/ui/ |
Rotatable.java | 19 public interface Rotatable {
|
RotateImageView.java | 35 public class RotateImageView extends TwoStateImageView implements Rotatable {
|
RotateLayout.java | 35 public class RotateLayout extends ViewGroup implements Rotatable {
|
FaceView.java | 41 public class FaceView extends View implements FocusIndicator, Rotatable {
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
Rotatable.java | 19 public interface Rotatable {
|
RotateLayout.java | 27 public class RotateLayout extends ViewGroup implements Rotatable {
|
RotateImageView.java | 35 public class RotateImageView extends TwoStateImageView implements Rotatable {
|
FaceView.java | 38 implements FocusIndicator, Rotatable,
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
Rotatable.java | 19 public interface Rotatable {
|
RotateLayout.java | 26 public class RotateLayout extends ViewGroup implements Rotatable {
|
IndicatorControl.java | 38 IndicatorButton.Listener, OtherSettingsPopup.Listener, Rotatable { 69 if (view instanceof Rotatable) { 70 ((Rotatable) view).setOrientation(orientation);
|
FaceView.java | 32 public class FaceView extends View implements FocusIndicator, Rotatable {
|
RotateImageView.java | 35 public class RotateImageView extends TwoStateImageView implements Rotatable {
|
ZoomControl.java | 32 public abstract class ZoomControl extends RelativeLayout implements Rotatable {
|
SharePopup.java | 53 View.OnTouchListener, AdapterView.OnItemClickListener, Rotatable {
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
PanoramaActivity.java | 34 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) mCaptureIndicator [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ |
RotateDialogController.java | 19 import com.android.camera.ui.Rotatable; 32 public class RotateDialogController implements Rotatable {
|
ModePicker.java | 20 import com.android.camera.ui.Rotatable; 40 PopupManager.OnOtherPopupShowedListener, Rotatable {
|
Camera.java | 23 import com.android.camera.ui.Rotatable; 166 private Rotatable mReviewCancelButton; 167 private Rotatable mReviewDoneButton; 181 private Rotatable mOnScreenIndicators; [all...] |
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); 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) { [all...] |
/packages/apps/Camera/src/com/android/camera/ |
RotateDialogController.java | 29 import com.android.camera.ui.Rotatable; 32 public class RotateDialogController implements Rotatable {
|
VideoModule.java | 72 import com.android.camera.ui.Rotatable; 149 private Rotatable mReviewCancelButton; 150 private Rotatable mReviewDoneButton; 579 Rotatable[] indicators = { 582 for (Rotatable indicator : indicators) { [all...] |
PanoramaModule.java | 60 import com.android.camera.ui.Rotatable; 710 Rotatable view = (Rotatable) mRootView.findViewById(R.id.pano_rotate_reviewarea); [all...] |
PhotoModule.java | 71 import com.android.camera.ui.Rotatable; 184 private Rotatable mReviewCancelButton; 185 private Rotatable mReviewDoneButton; [all...] |