Searched defs:HORIZONTAL (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DCategoryView.java38 public static final int HORIZONTAL = 1; field in class:CategoryView
H A DIconView.java39 public static final int HORIZONTAL = 1; field in class:IconView
45 private int mOrientation = HORIZONTAL;
91 if (mOrientation == HORIZONTAL) {
/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
59 return HORIZONTAL;
118 || mMirror == Mirror.HORIZONTAL) {
135 mMirror = Mirror.HORIZONTAL;
137 case HORIZONTAL:
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java87 public static final int HORIZONTAL = 0; field in class:ChartSweepView
414 if (mFollowAxis == HORIZONTAL) {
674 if (mFollowAxis == HORIZONTAL) {
H A DMatchParentShrinkingLinearLayout.java47 @IntDef({HORIZONTAL, VERTICAL})
51 public static final int HORIZONTAL = 0; field in class:MatchParentShrinkingLinearLayout
983 * to {@link #HORIZONTAL}.
1197 if (mOrientation == HORIZONTAL) {
1205 * LinearLayout is set to {@link #HORIZONTAL}.
1345 * @param orientation Pass {@link #HORIZONTAL} or {@link #VERTICAL}. Default
1346 * value is {@link #HORIZONTAL}.
1360 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
1371 * HORIZONTAL orientation, this controls the alignment of the children.
1421 * {@link #HORIZONTAL}, th
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java53 * Supports {@link #HORIZONTAL} and {@link #VERTICAL} set by {@link #setOrientation(int)}.
149 public static final int HORIZONTAL = 0; field in class:ScrollAdapterView
161 private int mOrientation = HORIZONTAL;
476 setOrientation(a.getInt(R.styleable.ScrollAdapterView_orientation, HORIZONTAL));
578 if (mOrientation == HORIZONTAL) {
682 (mOrientation == HORIZONTAL ? View.FOCUS_RIGHT : View.FOCUS_DOWN) :
683 (mOrientation == HORIZONTAL ? View.FOCUS_LEFT : View.FOCUS_UP);
929 if (mOrientation == HORIZONTAL) {
935 // VERTICAL is symmetric to HORIZONTAL, see comments above
974 if (mOrientation == HORIZONTAL) {
[all...]

Completed in 238 milliseconds