Searched defs:setOrientation (Results 1 - 25 of 36) sorted by relevance

12

/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotatable.java20 public void setOrientation(int orientation); method in interface:Rotatable
H A DRotateImageView.java68 public void setOrientation(int degree) { method in class:RotateImageView
H A DRotateLayout.java105 public void setOrientation(int orientation) { method in class:RotateLayout
H A DAbstractIndicatorButton.java108 public void setOrientation(int orientation) { method in class:AbstractIndicatorButton
109 super.setOrientation(orientation);
111 mPopup.setOrientation(orientation);
123 mPopup.setOrientation(getDegree());
H A DFaceView.java71 public void setOrientation(int orientation) { method in class:FaceView
H A DIndicatorControlBarContainer.java78 public void setOrientation(int orientation) { method in class:IndicatorControlBarContainer
79 mIndicatorControlBar.setOrientation(orientation);
80 mSecondLevelIndicatorControlBar.setOrientation(orientation);
H A DZoomControlBar.java118 public void setOrientation(int orientation) { method in class:ZoomControlBar
121 super.setOrientation(orientation);
H A DIndicatorControl.java64 public void setOrientation(int orientation) { method in class:IndicatorControl
70 ((Rotatable) view).setOrientation(orientation);
/packages/apps/Camera/src/com/android/camera/ui/
H A DRotatable.java21 public void setOrientation(int orientation, boolean animation); method in interface:Rotatable
H A DRotateImageView.java65 public void setOrientation(int degree, boolean animation) { method in class:RotateImageView
H A DRotateLayout.java181 public void setOrientation(int orientation, boolean animation) { method in class:RotateLayout
H A DCameraSwitcher.java205 public void setOrientation(int degree, boolean animate) { method in class:CameraSwitcher
206 super.setOrientation(degree, animate);
211 iv.setOrientation(degree, animate);
H A DFaceView.java123 public void setOrientation(int orientation, boolean animation) { method in class:FaceView
/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotatable.java21 public void setOrientation(int orientation, boolean animation); method in interface:Rotatable
H A DRotateLayout.java116 public void setOrientation(int orientation, boolean animation) { method in class:RotateLayout
H A DFaceView.java118 public void setOrientation(int orientation, boolean animation) { method in class:FaceView
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateAdapter.java54 view.setOrientation(mOrientation);
76 public void setOrientation(int orientation) { method in class:StateAdapter
/packages/apps/Camera/src/com/android/camera/
H A DCaptureAnimManager.java58 public void setOrientation(int displayRotation) { method in class:CaptureAnimManager
H A DRotateDialogController.java82 public void setOrientation(int orientation, boolean animation) { method in class:RotateDialogController
84 mRotateDialog.setOrientation(orientation, animation);
H A DPreviewGestures.java92 public void setOrientation(int orientation) { method in class:PreviewGestures
/packages/apps/InCallUI/src/com/android/incallui/
H A DAccelerometerListener.java90 private void setOrientation(int orientation) { method in class:AccelerometerListener
133 setOrientation(orientation);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DRotateDialogController.java81 public void setOrientation(int orientation) { method in class:RotateDialogController
83 mRotateDialog.setOrientation(orientation);
H A DModePicker.java192 public void setOrientation(int orientation) { method in class:ModePicker
194 mModeSelectionIcon[i].setOrientation(orientation);
196 mCurrentModeIcon[i].setOrientation(orientation);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DCategoryAdapter.java96 view.setOrientation(mOrientation);
193 public void setOrientation(int orientation) { method in class:CategoryAdapter
H A DIconView.java130 public void setOrientation(int orientation) { method in class:IconView

Completed in 1722 milliseconds

12