HomeSort by relevance Sort by last modified time
    Searched full:rotatable (Results 1 - 13 of 13) sorted by null

  /packages/apps/Camera/src/com/android/camera/ui/
Rotatable.java 19 public interface Rotatable {
IndicatorControl.java 38 IndicatorButton.Listener, OtherSettingsPopup.Listener, Rotatable {
69 if (view instanceof Rotatable) {
70 ((Rotatable) view).setOrientation(orientation);
RotateLayout.java 26 public class RotateLayout extends ViewGroup implements Rotatable {
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 {
IndicatorControlWheel.java 189 private ImageView addImageButton(Context context, int resourceId, boolean rotatable) {
191 if (rotatable) {
SharePopup.java 53 View.OnTouchListener, AdapterView.OnItemClickListener, Rotatable {
  /packages/apps/Camera/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/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...]

Completed in 790 milliseconds