Searched defs:horizontal (Results 1 - 7 of 7) sorted by last modified time

/frameworks/support/v4/java/android/support/v4/widget/
H A DAutoScrollHelper.java60 * horizontal edges.
74 * Default value is 100% per second for both vertical and horizontal.
287 * @param horizontalMax The maximum horizontal scrolling velocity, or
305 * @param horizontalMin The minimum horizontal scrolling velocity, or
324 * @param horizontal The target horizontal velocity as a fraction of the
332 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical) { argument
333 mRelativeVelocity[HORIZONTAL] = horizontal / 1000f;
364 * @param horizontal The horizontal edg
372 setRelativeEdges(float horizontal, float vertical) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java169 * The horizontal orientation.
325 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
560 * When this property is {@code false} GridLayout is at liberty to place the horizontal column
619 static Alignment getAlignment(int gravity, boolean horizontal) { argument
620 int mask = horizontal ? HORIZONTAL_GRAVITY_MASK : VERTICAL_GRAVITY_MASK;
621 int shift = horizontal ? AXIS_X_SHIFT : AXIS_Y_SHIFT;
625 return horizontal ? LEFT : TOP;
627 return horizontal ? RIGHT : BOTTOM;
642 private int getDefaultMargin(View c, boolean horizontal, boolean leading) { argument
649 private int getDefaultMargin(View c, boolean isAtEdge, boolean horizontal, boolea argument
653 getDefaultMargin(View c, LayoutParams p, boolean horizontal, boolean leading) argument
666 getMargin1(View view, boolean horizontal, boolean leading) argument
678 getMargin(View view, boolean horizontal, boolean leading) argument
691 getTotalMargin(View child, boolean horizontal) argument
810 checkLayoutParams(LayoutParams lp, boolean horizontal) argument
974 getMeasurement(View c, boolean horizontal) argument
978 getMeasurementIncludingMargin(View c, boolean horizontal) argument
991 getAlignment(Alignment alignment, boolean horizontal) argument
1101 public final boolean horizontal; field in class:GridLayout.Axis
1132 Axis(boolean horizontal) argument
2145 getOffset(GridLayout gl, View c, Alignment a, int size, boolean horizontal) argument
[all...]
/frameworks/base/libs/hwui/utils/
H A DBlur.cpp63 void Blur::horizontal(float* weights, int32_t radius, function in class:android::uirenderer::Blur
/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/base/core/java/android/widget/
H A DEditor.java1682 private void updateCursorPosition(int cursorIndex, int top, int bottom, float horizontal) { argument
1690 horizontal = Math.max(0.5f, horizontal - 0.5f);
1691 final int left = (int) (horizontal) - mTempRect.left;
H A DGridLayout.java169 * The horizontal orientation.
325 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
560 * When this property is {@code false} GridLayout is at liberty to place the horizontal column
623 static Alignment getAlignment(int gravity, boolean horizontal) { argument
624 int mask = horizontal ? HORIZONTAL_GRAVITY_MASK : VERTICAL_GRAVITY_MASK;
625 int shift = horizontal ? AXIS_X_SHIFT : AXIS_Y_SHIFT;
629 return horizontal ? LEFT : TOP;
631 return horizontal ? RIGHT : BOTTOM;
646 private int getDefaultMargin(View c, boolean horizontal, boolean leading) { argument
653 private int getDefaultMargin(View c, boolean isAtEdge, boolean horizontal, boolea argument
657 getDefaultMargin(View c, LayoutParams p, boolean horizontal, boolean leading) argument
670 getMargin1(View view, boolean horizontal, boolean leading) argument
678 getMargin(View view, boolean horizontal, boolean leading) argument
691 getTotalMargin(View child, boolean horizontal) argument
822 checkLayoutParams(LayoutParams lp, boolean horizontal) argument
1073 getMeasurement(View c, boolean horizontal) argument
1077 getMeasurementIncludingMargin(View c, boolean horizontal) argument
1090 getAlignment(Alignment alignment, boolean horizontal) argument
1212 public final boolean horizontal; field in class:GridLayout.Axis
1243 Axis(boolean horizontal) argument
2262 getOffset(GridLayout gl, View c, Alignment a, int size, boolean horizontal) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java59 * horizontal edges.
73 * Default value is 100% per second for both vertical and horizontal.
286 * @param horizontalMax The maximum horizontal scrolling velocity, or
304 * @param horizontalMin The minimum horizontal scrolling velocity, or
323 * @param horizontal The target horizontal velocity as a fraction of the
331 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical) { argument
332 mRelativeVelocity[HORIZONTAL] = horizontal / 1000f;
363 * @param horizontal The horizontal edg
371 setRelativeEdges(float horizontal, float vertical) argument
[all...]

Completed in 275 milliseconds