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

1 2

  /external/webkit/Source/WebCore/svg/
SVGPathSegListSource.cpp 84 SVGPathSegLinetoHorizontal* horizontal = static_cast<SVGPathSegLinetoHorizontal*>(m_segment.get()); local
85 x = horizontal->x();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GravityHelper.java 41 /** Bitmask for a gravity which includes center horizontal */
44 /** Bitmask for a gravity which includes fill horizontal */
59 /** Bitmask for a gravity which includes any horizontal constraint */
175 int horizontal = gravity & GRAVITY_HORIZ_MASK; local
178 if ((horizontal & GRAVITY_LEFT) != 0) {
180 } else if ((horizontal & GRAVITY_RIGHT) != 0) {
182 } else if ((horizontal & GRAVITY_CENTER_HORIZ) != 0) {
184 } else if ((horizontal & GRAVITY_FILL_HORIZ) != 0) {
GridLayoutRule.java 165 .<String> asList("Set Horizontal Orientation", "Set Vertical Orientation"),
167 "horizontal", "vertical"), getCurrentOrientation(parentNode),
267 * defined, in which case the default horizontal value is returned)
384 String horizontal = GRAVITY_VALUE_LEFT; local
387 horizontal = GRAVITY_VALUE_FILL_HORIZONTAL;
393 if (horizontal == GRAVITY_VALUE_FILL_HORIZONTAL
397 gravity = horizontal + '|' + vertical;
399 gravity = horizontal;
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 71 int horizontal = 0; local
79 horizontal += 1;
85 assertEquals(50, horizontal, TOLERANCE);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 135 int horizontal; member in struct:__anon21401
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 135 int horizontal; member in struct:__anon21408
  /sdk/rule_api/src/com/android/ide/common/api/
ResizePolicy.java 38 private static final int HORIZONTAL = LEFT_EDGE | RIGHT_EDGE;
40 private static final int ANY = HORIZONTAL | VERTICAL;
46 private static final ResizePolicy sHorizontal = new ResizePolicy(HORIZONTAL);
133 * Returns a resize policy allowing horizontal resizing only
135 * @return a policy which allows horizontal resizing only
138 public static ResizePolicy horizontal() { method in class:ResizePolicy
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/ui/controls/skin/
SkinComposite.java 645 // Updates horizontal scroll bar attributes
646 ScrollBar horizontal = getHorizontalBar(); local
647 horizontal.setIncrement((cw / 100));
648 horizontal.setPageIncrement((cw / 2));
649 horizontal.setMaximum(imageBound.width);
650 horizontal.setThumb(cw);
651 horizontal.setSelection(displayRectangle.x);
661 if (horizontal.getMaximum() > cw) // Image is wider than client area
663 horizontal.setEnabled(true);
667 horizontal.setEnabled(false)
689 ScrollBar horizontal = getHorizontalBar(); local
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.cpp 111 bool horizontal = m_scrollbar->orientation() == HorizontalScrollbar; local
113 dir = horizontal ? ScrollRight : ScrollDown;
115 dir = horizontal ? ScrollLeft : ScrollUp;
  /frameworks/support/v7/gridlayout/gen/android/support/v7/gridlayout/
R.java 102 <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=0x7f020000 field in class:R.id
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 146 // default value is horizontal
147 boolean horizontal = orientation == null ||
148 "horizontal".equals("vertical"); //$NON-NLS-1$ //$NON-NLS-2$
149 combineLinearLayout(childrenPadding.values(), padding, horizontal); local
151 combineLinearLayout(childrenPadding.values(), padding, false /*horizontal*/);
181 * @param horizontal whether this layout is horizontal (<code>true</code>) or vertical
185 boolean horizontal) {
191 int sumIndex = horizontal ? 0 : 1;
193 int maxIndex = horizontal ? 1 : 0
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/webkit/Source/WebCore/platform/
ScrollView.h 95 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
104 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
105 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
392 void platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const;
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 415 int horizontal = (int)JSValueToNumber(context, arguments[0], exception); local
421 g_return_val_if_fail((!vertical || !horizontal), JSValueMakeUndefined(context));
430 if (horizontal < 0)
432 else if (horizontal > 0)
    [all...]
  /frameworks/base/media/java/android/media/
TimedText.java 146 * horizontal justification 0: left, 1: centered, -1: right
157 * @param horizontal the horizontal justification of the text.
160 public Justification(int horizontal, int vertical) {
161 this.horizontalJustification = horizontal;
485 int horizontal = parcel.readInt(); local
487 mJustification = new Justification(horizontal, vertical);
  /external/icu4c/common/
triedict.cpp 513 // Horizontal node; do binary search
631 // Horizontal node
734 fprintf(stderr, "ERROR: horizontal link %d, logical node %d maps to physical node zero\n",
803 UBool horizontal = (node->low != NULL || node->high != NULL); local
804 if (horizontal) {
848 // Walk the set of peers at the same level, to build a horizontal node.
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 293 // Only one unit can be non-auto in the horizontal direction and
815 bool horizontal = isHorizontalWritingMode(); local
    [all...]
  /external/freetype/src/cff/
cffgload.c 1849 FT_Int horizontal, count; local
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 392 private StretchView horizontal; field in class:ImageEditorPanel.StretchesViewer
408 horizontal = new StretchView();
416 add(horizontal, new GridBagConstraints(0, 1, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER,
437 horizontal.scaledWidth = scaledWidth;
472 horizontal.remainderHorizontal = horizontal.scaledWidth - remainderHorizontal;
476 horizontal.remainderVertical = horizontal.scaledHeight - remainderVertical;
704 1.0f, 1.0f, GridBagConstraints.FIRST_LINE_START, GridBagConstraints.HORIZONTAL,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 97 /** True if this is a vertical layout, and false if it is horizontal (the default) */
405 // Horizontal is the default, so if no value is specified it is horizontal.
491 // Horizontal GridLayout: this is the default. Row and column numbers
858 Object horizontal = horizontalAxis.get(view); local
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 423 /* horiBearingX :: The horizontal left bearing. */
425 /* horiBearingY :: The horizontal top bearing. */
427 /* horiAdvance :: The horizontal advance. */
491 /* bitmap strike, for either a horizontal or vertical layout. */
513 /* horizontal advance - */
1269 TT_HoriHeader horizontal; \/* TrueType horizontal header *\/ member in struct:TT_FaceRec_
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 1617 bool horizontal = style->isHorizontalWritingMode(); local
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 156 * The horizontal orientation.
158 public static final int HORIZONTAL = LinearLayout.HORIZONTAL;
218 private static final int DEFAULT_ORIENTATION = HORIZONTAL;
286 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
306 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
317 * orientation as {@code HORIZONTAL} - because {@code TextView} is capable of
321 * GridLayout, so it's fine to leave GridLayout in {@code HORIZONTAL} mode even if
324 * The default value of this property is {@link #HORIZONTAL}
1167 public final boolean horizontal; field in class:GridLayout.Axis
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 155 * The horizontal orientation.
157 public static final int HORIZONTAL = LinearLayout.HORIZONTAL;
218 private static final int DEFAULT_ORIENTATION = HORIZONTAL;
290 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
304 * The default value of this property is {@link #HORIZONTAL}.
306 * @param orientation either {@link #HORIZONTAL} or {@link #VERTICAL}
521 * When this property is {@code false} GridLayout is at liberty to place the horizontal column
557 static Alignment getAlignment(int gravity, boolean horizontal) {
558 int mask = horizontal ? HORIZONTAL_GRAVITY_MASK : VERTICAL_GRAVITY_MASK
1095 public final boolean horizontal; field in class:GridLayout.Axis
    [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 1446 milliseconds

1 2