Searched refs:horizontal (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridLayout.java156 * The horizontal orientation.
306 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
541 * When this property is {@code false} GridLayout is at liberty to place the horizontal column
577 static Alignment getAlignment(int gravity, boolean horizontal) { argument
578 int mask = horizontal ? HORIZONTAL_GRAVITY_MASK : VERTICAL_GRAVITY_MASK;
579 int shift = horizontal ? AXIS_X_SHIFT : AXIS_Y_SHIFT;
583 return horizontal ? LEFT : TOP;
585 return horizontal ? RIGHT : BOTTOM;
600 private int getDefaultMargin(View c, boolean horizontal, boolean leading) { argument
607 private int getDefaultMargin(View c, boolean isAtEdge, boolean horizontal, boolea argument
611 getDefaultMargin(View c, LayoutParams p, boolean horizontal, boolean leading) argument
624 getMargin1(View view, boolean horizontal, boolean leading) argument
632 getMargin(View view, boolean horizontal, boolean leading) argument
645 getTotalMargin(View child, boolean horizontal) argument
776 checkLayoutParams(LayoutParams lp, boolean horizontal) argument
1015 getMeasurement(View c, boolean horizontal) argument
1024 getMeasurementIncludingMargin(View c, boolean horizontal) argument
1037 getAlignment(Alignment alignment, boolean horizontal) argument
1167 public final boolean horizontal; field in class:GridLayout.Axis
1198 Axis(boolean horizontal) argument
2211 getOffset(GridLayout gl, View c, Alignment a, int size, boolean horizontal) argument
[all...]
H A DEditor.java1648 private void updateCursorPosition(int cursorIndex, int top, int bottom, float horizontal) { argument
1656 horizontal = Math.max(0.5f, horizontal - 0.5f);
1657 final int left = (int) (horizontal) - mTempRect.left;
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java155 * The horizontal orientation.
521 * When this property is {@code false} GridLayout is at liberty to place the horizontal column
557 static Alignment getAlignment(int gravity, boolean horizontal) { argument
558 int mask = horizontal ? HORIZONTAL_GRAVITY_MASK : VERTICAL_GRAVITY_MASK;
559 int shift = horizontal ? AXIS_X_SHIFT : AXIS_Y_SHIFT;
580 private int getDefaultMargin(View c, boolean horizontal, boolean leading) { argument
587 private int getDefaultMargin(View c, boolean isAtEdge, boolean horizontal, boolean leading) { argument
588 return isAtEdge ? DEFAULT_CONTAINER_MARGIN : getDefaultMargin(c, horizontal, leading);
591 private int getDefaultMarginValue(View c, LayoutParams p, boolean horizontal, boolean leading) { argument
595 Spec spec = horizontal
604 getMargin1(View view, boolean horizontal, boolean leading) argument
612 getMargin(View view, boolean horizontal, boolean leading) argument
625 getTotalMargin(View child, boolean horizontal) argument
959 getMeasurement(View c, boolean horizontal) argument
963 getMeasurementIncludingMargin(View c, boolean horizontal) argument
976 getAlignment(Alignment alignment, boolean horizontal) argument
1095 public final boolean horizontal; field in class:GridLayout.Axis
1126 Axis(boolean horizontal) argument
[all...]
/frameworks/support/v7/gridlayout/gen/android/support/v7/gridlayout/
H A DR.java102 <tr><td><code>center_horizontal</code></td><td>0x01</td><td> Place object in the horizontal center of its container, not changing its size. </td></tr>
103 <tr><td><code>fill_horizontal</code></td><td>0x07</td><td> Grow the horizontal size of the object if needed so it completely fills its container. </td></tr>
104 <tr><td><code>center</code></td><td>0x11</td><td> Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. </td></tr>
105 <tr><td><code>fill</code></td><td>0x77</td><td> Grow the horizontal and vertical size of the object if needed so it completely fills its container. </td></tr>
115 The clip will be based on the horizontal gravity: a left gravity will clip the right
159 depending on the value of this flag. In the horizontal case, a columnCount
162 The default is horizontal.
170 <tr><td><code>horizontal</code></td><td>0</td><td> Defines an horizontal widget. </td></tr>
231 public static int horizontal field in class:R.id
[all...]
/frameworks/base/media/java/android/media/
H A DTimedText.java146 * horizontal justification 0: left, 1: centered, -1: right
157 * @param horizontal the horizontal justification of the text.
160 public Justification(int horizontal, int vertical) { argument
161 this.horizontalJustification = horizontal;
485 int horizontal = parcel.readInt();
487 mJustification = new Justification(horizontal, vertical);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_hor.s17 ;-- Abstract : ARMv6 optimized version horizontal part of
57 ;// Basic idea in horizontal filtering is to adjust coefficients

Completed in 146 milliseconds