HomeSort by relevance Sort by last modified time
    Searched defs:HORIZONTAL (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
TextOrientationType.java 20 HORIZONTAL,
  /external/google-styleguide/include/
styleguide.js 3 HORIZONTAL: 2
16 tocType = TocTypeEnum.HORIZONTAL;
69 case TocTypeEnum.HORIZONTAL:
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
ValueMarker.java 38 HORIZONTAL,
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Direction.java 76 return Axis.HORIZONTAL;
87 return Axis.HORIZONTAL;
96 HORIZONTAL {
172 case HORIZONTAL:
  /frameworks/base/core/java/com/android/internal/widget/
OrientationHelper.java 26 * It is developed to easily support vertical and horizontal orientations in a LayoutManager but
39 public static final int HORIZONTAL = LinearLayout.HORIZONTAL;
77 * For example, for the horizontal helper, if a View's left is at pixel 20, has 2px left
89 * For example, for the horizontal helper, if a View's right is at pixel 200, has 2px right
195 * Returns the padding at the end of the layout. For horizontal helper, this is the right
229 * @param orientation Desired orientation. Should be {@link #HORIZONTAL} or {@link #VERTICAL}
235 case HORIZONTAL:
244 * Creates a horizontal OrientationHelper for the given LayoutManager.
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DividerItemDecoration.java 33 * between items of a {@link LinearLayoutManager}. It supports both {@link #HORIZONTAL} and
43 public static final int HORIZONTAL = LinearLayout.HORIZONTAL;
52 * Current orientation. Either {@link #HORIZONTAL} or {@link #VERTICAL}.
63 * @param orientation Divider orientation. Should be {@link #HORIZONTAL} or {@link #VERTICAL}.
80 * @param orientation {@link #HORIZONTAL} or {@link #VERTICAL}
83 if (orientation != HORIZONTAL && orientation != VERTICAL) {
85 "Invalid orientation. It should be either HORIZONTAL or VERTICAL");
OrientationHelper.java 25 * It is developed to easily support vertical and horizontal orientations in a LayoutManager but
38 public static final int HORIZONTAL = RecyclerView.HORIZONTAL;
84 * For example, for the horizontal helper, if a View's left is at pixel 20, has 2px left
96 * For example, for the horizontal helper, if a View's right is at pixel 200, has 2px right
202 * Returns the padding at the end of the layout. For horizontal helper, this is the right
236 * @param orientation Desired orientation. Should be {@link #HORIZONTAL} or {@link #VERTICAL}
242 case HORIZONTAL:
251 * Creates a horizontal OrientationHelper for the given LayoutManager.
StaggeredGridLayoutManager.java 46 * It supports horizontal & vertical layout as well as an ability to layout children in reverse.
59 public static final int HORIZONTAL = RecyclerView.HORIZONTAL;
100 * height minus padding, if layout is horizontal, total space is the width minus padding.
242 * orientation is horizontal, spanCount is number of rows.
243 * @param orientation {@link #VERTICAL} or {@link #HORIZONTAL}
446 * @param orientation {@link #HORIZONTAL} or {@link #VERTICAL}
449 if (orientation != HORIZONTAL && orientation != VERTICAL) {
470 * For horizontal layouts, it depends on the layout direction.
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 54 public static final int HORIZONTAL = 1;
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/
DeadZone.java 43 public static final int HORIZONTAL = 0; // Consume taps along the top edge.
73 onConfigurationChanged(HORIZONTAL);
111 + (mVertical ? " vertical" : " horizontal"));
139 // In horizontal orientation consume taps along the top edge.
  /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraUtils.h 144 HORIZONTAL = 0,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryView.java 38 public static final int HORIZONTAL = 1;
IconView.java 39 public static final int HORIZONTAL = 1;
45 private int mOrientation = HORIZONTAL;
91 if (mOrientation == HORIZONTAL) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterMirrorRepresentation.java 41 NONE('N'), VERTICAL('V'), HORIZONTAL('H'), BOTH('B');
59 return HORIZONTAL;
118 || mMirror == Mirror.HORIZONTAL) {
135 mMirror = Mirror.HORIZONTAL;
137 case HORIZONTAL:
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 38 * This layout supports two different orientations: vertical and horizontal. When horizontal,
55 * orientation: horizontal or vertical
62 public static final int HORIZONTAL = 0;
122 * Return the current orientation, either VERTICAL (default) or HORIZONTAL.
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayout.java 57 HORIZONTAL
72 private Orientation mOrientation = Orientation.HORIZONTAL;
247 mIsHorizontal = (orientation == Orientation.HORIZONTAL);
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 42 HORIZONTAL='horizontal'
  /external/python/cpython3/Lib/tkinter/
constants.py 42 HORIZONTAL='horizontal'
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
SwipeDetector.java 94 public static final Direction HORIZONTAL = new Direction() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DockState.java 65 @IntDef({HORIZONTAL, VERTICAL})
67 private static final int HORIZONTAL = 0;
71 public static final DockState NONE = new DockState(DOCKED_INVALID, -1, 80, 255, HORIZONTAL,
78 SPLIT_SCREEN_CREATE_MODE_TOP_OR_LEFT, DOCK_AREA_ALPHA, 0, HORIZONTAL,
86 SPLIT_SCREEN_CREATE_MODE_BOTTOM_OR_RIGHT, DOCK_AREA_ALPHA, 0, HORIZONTAL,
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 42 HORIZONTAL='horizontal'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 42 HORIZONTAL='horizontal'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 42 HORIZONTAL='horizontal'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 42 HORIZONTAL='horizontal'
  /frameworks/support/viewpager2/src/main/java/androidx/viewpager2/widget/
ViewPager2.java 115 a.getInt(R.styleable.ViewPager2_android_orientation, Orientation.HORIZONTAL));
510 @IntDef({Orientation.HORIZONTAL, Orientation.VERTICAL})
512 int HORIZONTAL = RecyclerView.HORIZONTAL;

Completed in 1309 milliseconds

1 2 3 4 5 6 7