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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDividerItemDecoration.java32 * between items of a {@link LinearLayoutManager}. It supports both {@link #HORIZONTAL} and
42 public static final int HORIZONTAL = LinearLayout.HORIZONTAL; field in class:DividerItemDecoration
50 * Current orientation. Either {@link #HORIZONTAL} or {@link #VERTICAL}.
61 * @param orientation Divider orientation. Should be {@link #HORIZONTAL} or {@link #VERTICAL}.
74 * @param orientation {@link #HORIZONTAL} or {@link #VERTICAL}
77 if (orientation != HORIZONTAL && orientation != VERTICAL) {
79 "Invalid orientation. It should be either HORIZONTAL or VERTICAL");
H A DOrientationHelper.java39 public static final int HORIZONTAL = LinearLayout.HORIZONTAL; field in class:OrientationHelper
229 * @param orientation Desired orientation. Should be {@link #HORIZONTAL} or {@link #VERTICAL}
235 case HORIZONTAL:
H A DLinearLayoutManager.java51 public static final int HORIZONTAL = OrientationHelper.HORIZONTAL; field in class:LinearLayoutManager
67 * Current orientation. Either {@link #HORIZONTAL} or {@link #VERTICAL}
157 * @param orientation Layout orientation. Should be {@link #HORIZONTAL} or {@link
282 * @return true if {@link #getOrientation()} is {@link #HORIZONTAL}
286 return mOrientation == HORIZONTAL;
316 * @return Current orientation, either {@link #HORIZONTAL} or {@link #VERTICAL}
327 * @param orientation {@link #HORIZONTAL} or {@link #VERTICAL}
330 if (orientation != HORIZONTAL && orientation != VERTICAL) {
446 if (mOrientation == HORIZONTAL) {
[all...]
H A DStaggeredGridLayoutManager.java64 public static final int HORIZONTAL = OrientationHelper.HORIZONTAL; field in class:StaggeredGridLayoutManager
243 * @param orientation {@link #VERTICAL} or {@link #HORIZONTAL}
440 * @param orientation {@link #HORIZONTAL} or {@link #VERTICAL}
443 if (orientation != HORIZONTAL && orientation != VERTICAL) {
1246 if (mOrientation == HORIZONTAL) {
1296 if (mOrientation == HORIZONTAL) {
1931 if (mOrientation == HORIZONTAL) {
1988 return mOrientation == HORIZONTAL;
2018 if (mOrientation == HORIZONTAL) {
[all...]
H A DRecyclerView.java191 public static final int HORIZONTAL = 0; field in class:RecyclerView
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java54 public static final int HORIZONTAL = 1; field in class:ClipDrawable
73 * @param orientation bitwise-or of {@link #HORIZONTAL} and/or
186 if ((mState.mOrientation & HORIZONTAL) != 0) {
216 int mOrientation = HORIZONTAL;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java43 public static final int HORIZONTAL = 0; // Consume taps along the top edge. field in class:DeadZone
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java50 public static final int HORIZONTAL = 0; field in class:RotarySelector
165 * Either {@link #HORIZONTAL} or {@link #VERTICAL}.
182 mOrientation = a.getInt(R.styleable.RotarySelector_orientation, HORIZONTAL);
242 return mOrientation == HORIZONTAL;
H A DAutoScrollHelper.java132 private static final int HORIZONTAL = 0; field in class:AutoScrollHelper
293 mMaximumVelocity[HORIZONTAL] = horizontalMax / 1000f;
311 mMinimumVelocity[HORIZONTAL] = horizontalMin / 1000f;
332 mRelativeVelocity[HORIZONTAL] = horizontal / 1000f;
372 mRelativeEdges[HORIZONTAL] = horizontal;
394 mMaximumEdges[HORIZONTAL] = horizontalMax;
467 HORIZONTAL, event.getX(), v.getWidth(), mTarget.getWidth());
H A DSlidingTab.java57 private static final int HORIZONTAL = 0; // as defined in attrs.xml field in class:SlidingTab
82 * Either {@link #HORIZONTAL} or {@link #VERTICAL}.
460 mOrientation = a.getInt(R.styleable.SlidingTab_orientation, HORIZONTAL);
722 return mOrientation == HORIZONTAL;
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java67 @IntDef({HORIZONTAL, VERTICAL})
71 public static final int HORIZONTAL = 0; field in class:LinearLayout
1009 * to {@link #HORIZONTAL}.
1599 if (mOrientation == HORIZONTAL) {
1607 * LinearLayout is set to {@link #HORIZONTAL}.
1746 * @param orientation Pass {@link #HORIZONTAL} or {@link #VERTICAL}. Default
1747 * value is {@link #HORIZONTAL}.
1761 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
1772 * HORIZONTAL orientation, this controls the alignment of the children.
1832 * {@link #HORIZONTAL}, th
[all...]
H A DGridLayout.java166 @IntDef({HORIZONTAL, VERTICAL})
173 public static final int HORIZONTAL = LinearLayout.HORIZONTAL; field in class:GridLayout
243 private static final int DEFAULT_ORIENTATION = HORIZONTAL;
307 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
328 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
339 * orientation as {@code HORIZONTAL} - because {@code TextView} is capable of
343 * GridLayout, so it's fine to leave GridLayout in {@code HORIZONTAL} mode even if
346 * The default value of this property is {@link #HORIZONTAL}.
348 * @param orientation either {@link #HORIZONTAL} o
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java255 @IntDef({HORIZONTAL, VERTICAL})
257 private static final int HORIZONTAL = 0; field in class:TaskStack.DockState
261 public static final DockState NONE = new DockState(DOCKED_INVALID, -1, 80, 255, HORIZONTAL,
268 DOCKED_STACK_CREATE_MODE_TOP_OR_LEFT, DOCK_AREA_ALPHA, 0, HORIZONTAL,
276 DOCKED_STACK_CREATE_MODE_BOTTOM_OR_RIGHT, DOCK_AREA_ALPHA, 0, HORIZONTAL,
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DAutoScrollHelper.java133 private static final int HORIZONTAL = 0; field in class:AutoScrollHelper
294 mMaximumVelocity[HORIZONTAL] = horizontalMax / 1000f;
312 mMinimumVelocity[HORIZONTAL] = horizontalMin / 1000f;
333 mRelativeVelocity[HORIZONTAL] = horizontal / 1000f;
373 mRelativeEdges[HORIZONTAL] = horizontal;
395 mMaximumEdges[HORIZONTAL] = horizontalMax;
468 HORIZONTAL, event.getX(), v.getWidth(), mTarget.getWidth());
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java60 @IntDef({HORIZONTAL, VERTICAL})
64 public static final int HORIZONTAL = 0; field in class:LinearLayoutCompat
917 * to {@link #HORIZONTAL}.
1510 * LinearLayout is set to {@link #HORIZONTAL}.
1650 * @param orientation Pass {@link #HORIZONTAL} or {@link #VERTICAL}. Default
1651 * value is {@link #HORIZONTAL}.
1663 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
1674 * HORIZONTAL orientation, this controls the alignment of the children.
1719 * {@link #HORIZONTAL}, the width is set to {@link LayoutParams#WRAP_CONTENT}
1724 if (mOrientation == HORIZONTAL) {
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java166 public static final int HORIZONTAL = LinearLayout.HORIZONTAL; field in class:GridLayout
231 private static final int DEFAULT_ORIENTATION = HORIZONTAL;
300 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
320 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
331 * orientation as {@code HORIZONTAL} - because {@code TextView} is capable of
335 * GridLayout, so it's fine to leave GridLayout in {@code HORIZONTAL} mode even if
338 * The default value of this property is {@link #HORIZONTAL}.
340 * @param orientation either {@link #HORIZONTAL} or {@link #VERTICAL}
724 final boolean horizontal = (mOrientation == HORIZONTAL);
[all...]

Completed in 4970 milliseconds