Searched refs:VERTICAL (Results 1 - 25 of 43) sorted by relevance

12

/packages/apps/Camera2/src/com/android/camera/ui/
H A DTopRightWeightedLayout.java69 fixGravityAndPadding(LinearLayout.VERTICAL);
70 setOrientation(LinearLayout.VERTICAL);
106 if (direction == LinearLayout.VERTICAL) {
118 if (direction == LinearLayout.VERTICAL) {
132 if (direction == LinearLayout.VERTICAL) {
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
H A DButtonBarLayout.java44 if (!mAllowStacking && getOrientation() == LinearLayout.VERTICAL) {
98 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
115 return getOrientation() == LinearLayout.VERTICAL;
/packages/apps/Settings/src/com/android/settings/graph/
H A DBottomLabelLayout.java85 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
95 return getOrientation() == LinearLayout.VERTICAL;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterMirrorRepresentation.java41 NONE('N'), VERTICAL('V'), HORIZONTAL('H'), BOTH('B'); enum constant in enum:FilterMirrorRepresentation.Mirror
57 return VERTICAL;
126 || mMirror == Mirror.VERTICAL) {
141 mMirror = Mirror.VERTICAL;
143 case VERTICAL:
/packages/apps/Dialer/java/com/android/dialer/app/widget/
H A DDialpadSearchEmptyContentView.java36 OrientationUtil.isLandscape(getContext()) ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DIconView.java38 public static final int VERTICAL = 0; field in class:IconView
82 if (getOrientation() == VERTICAL) {
184 if (getOrientation() == VERTICAL && isHalfImage()) {
233 if (getOrientation() == VERTICAL && isHalfImage()) {
H A DCategoryView.java37 public static final int VERTICAL = 0; field in class:CategoryView
93 if (getOrientation() == CategoryView.VERTICAL) {
187 if (getOrientation() == CategoryView.VERTICAL) {
/packages/apps/Settings/tests/robotests/src/com/android/settings/graph/
H A DBottomLabelLayoutTest.java59 assertThat(mBottomLabelLayout.getOrientation()).isEqualTo(LinearLayout.VERTICAL);
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java88 public static final int VERTICAL = 1; field in class:ChartSweepView
182 if (mFollowAxis == VERTICAL) {
298 if (mFollowAxis == VERTICAL) {
432 if (mFollowAxis == VERTICAL) {
453 if (mFollowAxis == VERTICAL) {
488 if (mFollowAxis == VERTICAL) {
544 if (mFollowAxis == VERTICAL) {
616 if (mFollowAxis == VERTICAL) {
653 if (mFollowAxis == VERTICAL) {
724 if (mFollowAxis == VERTICAL) {
[all...]
H A DMatchParentShrinkingLinearLayout.java47 @IntDef({HORIZONTAL, VERTICAL})
52 public static final int VERTICAL = 1; field in class:MatchParentShrinkingLinearLayout
323 if (mOrientation == VERTICAL) {
498 if (mOrientation == VERTICAL) {
598 if (mOrientation == VERTICAL) {
632 * to {@link #VERTICAL}.
1091 if (mOrientation == VERTICAL) {
1100 * LinearLayout is set to {@link #VERTICAL}.
1345 * @param orientation Pass {@link #HORIZONTAL} or {@link #VERTICAL}. Default
1360 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
[all...]
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DCustomHeaderViewPager.java44 setOrientation(LinearLayout.VERTICAL);
H A DAudioAttachmentView.java365 setOrientation(VERTICAL);
372 setOrientation(VERTICAL);
/packages/apps/Dialer/java/com/android/dialer/widget/
H A DEmptyContentView.java122 setOrientation(LinearLayout.VERTICAL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DDragListener.java38 if (mStatePanelTrack.getOrientation() == LinearLayout.VERTICAL) {
/packages/apps/Launcher3/tests/src/com/android/launcher3/touch/
H A DSwipeDetectorTest.java64 mDetector = new SwipeDetector(mTouchSlop, mMockListener, SwipeDetector.VERTICAL);
/packages/apps/Settings/src/com/android/settings/notification/
H A DZenModeScheduleDaysSelection.java52 mLayout.setOrientation(LinearLayout.VERTICAL);
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DSmsBottomSheetFragment.java60 layout.setOrientation(LinearLayout.VERTICAL);
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
H A DBaseTestingActivity.java65 mView.setOrientation(LinearLayout.VERTICAL);
/packages/apps/Settings/src/com/android/settings/dashboard/
H A DSupportFragment.java104 getActivity(), LinearLayoutManager.VERTICAL, false /* reverseLayout */));
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DRecordUtils.java80 container.setOrientation(LinearLayout.VERTICAL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java222 type = Mirror.VERTICAL;
224 } else if (type == Mirror.VERTICAL) {
232 } else if (type == Mirror.VERTICAL) {
/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsDialogBuilder.java114 mRootContainer.setOrientation(LinearLayout.VERTICAL);
310 certLayout.setOrientation(LinearLayout.VERTICAL);
/packages/apps/Camera2/src/com/android/camera/
H A DVideoUI.java131 mLabelsLinearLayout.setOrientation(LinearLayout.VERTICAL);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java1278 final int VERTICAL = 1;
1279 final float position = mLastEventPosition[VERTICAL];
1282 if (position < mLastEventPosition[VERTICAL] && mHasEverTouchedTheTop) {
1287 return (position - mLastEventPosition[VERTICAL]) / elasticityFactor;
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DCheckableLabeledButton.java61 setOrientation(VERTICAL);

Completed in 789 milliseconds

12