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

/packages/apps/Camera/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);
H A DIndicatorControlWheelContainer.java169 public void setOrientation(int orientation) { method in class:IndicatorControlWheelContainer
170 mIndicatorControlWheel.setOrientation(orientation);
H A DSecondLevelIndicatorControlBar.java65 if (mOrientation != 0) setOrientation(mOrientation);
166 public void setOrientation(int orientation) { method in class:SecondLevelIndicatorControlBar
168 super.setOrientation(orientation);
H A DSharePopup.java87 r.setOrientation(mOrientation);
158 setOrientation(orientation);
193 public void setOrientation(int orientation) { method in class:SharePopup
229 if (mThumbnailRotateLayout != null) mThumbnailRotateLayout.setOrientation(orientation);
235 r.setOrientation(orientation);
238 mGotoGalleryRotate.setOrientation(orientation);
H A DZoomControl.java210 public void setOrientation(int orientation) { method in class:ZoomControl
216 ((RotateImageView) view).setOrientation(orientation);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DStaticBackground.java36 setOrientation(getWidth() >= getHeight());
39 private void setOrientation(boolean isLandscape) { method in class:StaticBackground
/packages/apps/Camera/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/Phone/src/com/android/phone/
H A DAccelerometerListener.java87 private void setOrientation(int orientation) { method in class:AccelerometerListener
130 setOrientation(orientation);
/packages/apps/Browser/src/com/android/browser/
H A DNavTabScroller.java93 mContentView.setOrientation(LinearLayout.HORIZONTAL);
119 public void setOrientation(int orientation) { method in class:NavTabScroller
120 mContentView.setOrientation(orientation);
128 super.setOrientation(orientation);
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java190 public void setOrientation(int orientation) { method in class:ScrollerView

Completed in 272 milliseconds