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

1 2 3 4 5 6 7

  /external/google-styleguide/include/
styleguide.js 2 VERTICAL: 1,
19 tocType = TocTypeEnum.VERTICAL;
22 tocType = TocTypeEnum.VERTICAL;
51 if (tocType == TocTypeEnum.VERTICAL) {
72 case TocTypeEnum.VERTICAL:
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
ValueMarker.java 39 VERTICAL
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Direction.java 54 return Axis.VERTICAL;
65 return Axis.VERTICAL;
104 VERTICAL {
180 case VERTICAL:
  /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
41 public static final int VERTICAL = LinearLayout.VERTICAL;
196 * padding and for vertical helper, this is the bottom padding. This method does not check
229 * @param orientation Desired orientation. Should be {@link #HORIZONTAL} or {@link #VERTICAL}
237 case VERTICAL:
343 * Creates a vertical OrientationHelper for the given LayoutManager.
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DividerItemDecoration.java 34 * {@link #VERTICAL} orientations.
44 public static final int VERTICAL = LinearLayout.VERTICAL;
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");
107 if (mOrientation == VERTICAL) {
175 if (mOrientation == VERTICAL) {
    [all...]
OrientationHelper.java 25 * It is developed to easily support vertical and horizontal orientations in a LayoutManager but
40 public static final int VERTICAL = RecyclerView.VERTICAL;
203 * padding and for vertical helper, this is the bottom padding. This method does not check
236 * @param orientation Desired orientation. Should be {@link #HORIZONTAL} or {@link #VERTICAL}
244 case VERTICAL:
350 * Creates a vertical OrientationHelper for the given LayoutManager.
StaggeredGridLayoutManager.java 46 * It supports horizontal & vertical layout as well as an ability to layout children in reverse.
61 public static final int VERTICAL = RecyclerView.VERTICAL;
99 * than this factor times the total space of the list. If layout is vertical, total space is the
225 * "layoutManager". Defaults to single column and vertical.
241 * @param spanCount If orientation is vertical, spanCount is number of columns. If
243 * @param orientation {@link #VERTICAL} or {@link #HORIZONTAL}
345 final int preferredSpanDir = mOrientation == VERTICAL && isLayoutRTL() ? 1 : -1;
446 * @param orientation {@link #HORIZONTAL} or {@link #VERTICAL}
449 if (orientation != HORIZONTAL && orientation != VERTICAL) {
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 55 public static final int VERTICAL = 2;
74 * {@link #VERTICAL}
192 if ((mState.mOrientation & VERTICAL) != 0) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DeadZone.java 44 public static final int VERTICAL = 1; // Consume taps along the left edge.
107 mVertical = (index == VERTICAL);
111 + (mVertical ? " vertical" : " horizontal"));
138 // In the vertical orientation consume taps along the left edge.
  /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraUtils.h 145 VERTICAL = 1
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryView.java 37 public static final int VERTICAL = 0;
93 if (getOrientation() == CategoryView.VERTICAL) {
187 if (getOrientation() == CategoryView.VERTICAL) {
IconView.java 38 public static final int VERTICAL = 0;
82 if (getOrientation() == VERTICAL) {
184 if (getOrientation() == VERTICAL && isHalfImage()) {
233 if (getOrientation() == VERTICAL && isHalfImage()) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterMirrorRepresentation.java 41 NONE('N'), VERTICAL('V'), HORIZONTAL('H'), BOTH('B');
57 return VERTICAL;
126 || mMirror == Mirror.VERTICAL) {
141 mMirror = Mirror.VERTICAL;
143 case VERTICAL:
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 38 * This layout supports two different orientations: vertical and horizontal. When horizontal,
43 * When vertical, the layout is the following:
55 * orientation: horizontal or vertical
63 public static final int VERTICAL = 1;
74 private int mOrientation = VERTICAL;
97 mOrientation = a.getInt(R.styleable.ApplicationsStackLayout_stackOrientation, VERTICAL);
122 * Return the current orientation, either VERTICAL (default) or HORIZONTAL.
138 if (mOrientation == VERTICAL) {
148 if (mOrientation == VERTICAL) {
187 if (mOrientation == VERTICAL) {
    [all...]
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayout.java 56 VERTICAL,
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 43 VERTICAL='vertical'
  /external/python/cpython3/Lib/tkinter/
constants.py 43 VERTICAL='vertical'
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
SwipeDetector.java 81 public static final Direction VERTICAL = new Direction() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DockState.java 65 @IntDef({HORIZONTAL, VERTICAL})
68 private static final int VERTICAL = 1;
74 SPLIT_SCREEN_CREATE_MODE_TOP_OR_LEFT, DOCK_AREA_ALPHA, 0, VERTICAL,
82 SPLIT_SCREEN_CREATE_MODE_BOTTOM_OR_RIGHT, DOCK_AREA_ALPHA, 0, VERTICAL,
172 if (hintTextOrientation == VERTICAL) {
177 if (hintTextOrientation == VERTICAL) {
332 * system insets (namely the vertical nav bar). This call modifies and returns the given
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 43 VERTICAL='vertical'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 43 VERTICAL='vertical'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 43 VERTICAL='vertical'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 43 VERTICAL='vertical'
  /frameworks/support/viewpager2/src/main/java/androidx/viewpager2/widget/
ViewPager2.java 510 @IntDef({Orientation.HORIZONTAL, Orientation.VERTICAL})
513 int VERTICAL = RecyclerView.VERTICAL;
  /packages/apps/Launcher3/src/com/android/launcher3/touch/
SwipeDetector.java 79 public static final Direction VERTICAL = new Direction() {

Completed in 896 milliseconds

1 2 3 4 5 6 7