Searched refs:setOrientation (Results 1 - 25 of 49) sorted by relevance

12

/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 DTopRightWeightedLayout.java63 setOrientation(LinearLayout.HORIZONTAL);
70 setOrientation(LinearLayout.VERTICAL);
H A DRotateLayout.java116 public void setOrientation(int orientation, boolean animation) { method in class:RotateLayout
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotatable.java20 public void setOrientation(int orientation); method in interface:Rotatable
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 DIndicatorControlBarContainer.java78 public void setOrientation(int orientation) { method in class:IndicatorControlBarContainer
79 mIndicatorControlBar.setOrientation(orientation);
80 mSecondLevelIndicatorControlBar.setOrientation(orientation);
H A DSharePopup.java85 r.setOrientation(mOrientation);
156 setOrientation(orientation);
162 public void setOrientation(int orientation) { method in class:SharePopup
199 if (mThumbnailRotateLayout != null) mThumbnailRotateLayout.setOrientation(orientation);
205 r.setOrientation(orientation);
208 mGotoGalleryRotate.setOrientation(orientation);
H A DZoomControlBar.java118 public void setOrientation(int orientation) { method in class:ZoomControlBar
121 super.setOrientation(orientation);
H A DRotateTextToast.java42 mToast.setOrientation(orientation);
H A DIndicatorControlWheelContainer.java169 public void setOrientation(int orientation) { method in class:IndicatorControlWheelContainer
170 mIndicatorControlWheel.setOrientation(orientation);
H A DZoomControl.java210 public void setOrientation(int orientation) { method in class:ZoomControl
216 ((RotateImageView) view).setOrientation(orientation);
H A DRotateLayout.java105 public void setOrientation(int orientation) { method in class:RotateLayout
H A DSecondLevelIndicatorControlBar.java65 if (mOrientation != 0) setOrientation(mOrientation);
166 public void setOrientation(int orientation) { method in class:SecondLevelIndicatorControlBar
168 super.setOrientation(orientation);
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DAccelerometerListener.java90 private void setOrientation(int orientation) { method in class:AccelerometerListener
133 setOrientation(orientation);
/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/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/Messaging/src/com/android/messaging/ui/
H A DCustomHeaderViewPager.java44 setOrientation(LinearLayout.VERTICAL);
H A DAudioAttachmentView.java360 setOrientation(HORIZONTAL);
365 setOrientation(VERTICAL);
372 setOrientation(VERTICAL);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
H A DButtonBarLayout.java98 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
/packages/apps/Camera2/src/com/android/camera/
H A DVideoUI.java131 mLabelsLinearLayout.setOrientation(LinearLayout.VERTICAL);
133 mLabelsLinearLayout.setOrientation(LinearLayout.HORIZONTAL);
136 mRecordingTimeRect.setOrientation(0, animation);
/packages/apps/Dialer/src/com/android/dialer/widget/
H A DEmptyContentView.java59 setOrientation(LinearLayout.VERTICAL);
/packages/apps/Settings/src/com/android/settings/notification/
H A DZenModeScheduleDaysSelection.java52 mLayout.setOrientation(LinearLayout.VERTICAL);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
H A DSetupStartIndicatorView.java36 setOrientation(HORIZONTAL);
/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

Completed in 435 milliseconds

12