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

  /external/webkit/Source/WebCore/svg/
SVGPathSegListSource.cpp 84 SVGPathSegLinetoHorizontal* horizontal = static_cast<SVGPathSegLinetoHorizontal*>(m_segment.get()); local
85 x = horizontal->x();
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 93 int horizontal = 0; local
101 horizontal += 1;
107 assertEquals(50, horizontal, TOLERANCE);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 135 int horizontal; member in struct:__anon17032
  /sdk/rule_api/src/com/android/ide/common/api/
ResizePolicy.java 31 private static final int HORIZONTAL = LEFT_EDGE | RIGHT_EDGE;
33 private static final int ANY = HORIZONTAL | VERTICAL;
39 private static final ResizePolicy sHorizontal = new ResizePolicy(HORIZONTAL);
124 * Returns a resize policy allowing horizontal resizing only
126 * @return a policy which allows horizontal resizing only
128 public static ResizePolicy horizontal() { method in class:ResizePolicy
  /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;
  /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...]
  /external/webkit/Source/WebCore/platform/
ScrollView.h 91 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
100 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
101 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
387 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...]
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 158 .<String> asList("Set Horizontal Orientation", "Set Vertical Orientation"),
160 "horizontal", "vertical"), getCurrentOrientation(parentNode),
255 * defined, in which case the default horizontal value is returned)
345 String horizontal = GRAVITY_VALUE_LEFT; local
348 horizontal = GRAVITY_VALUE_FILL_HORIZONTAL;
354 if (horizontal == GRAVITY_VALUE_FILL_HORIZONTAL
358 gravity = horizontal + '|' + vertical;
360 gravity = horizontal;
  /external/freetype/src/cff/
cffgload.c 1855 FT_Int horizontal, count; local
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 386 private StretchView horizontal; field in class:ImageEditorPanel.StretchesViewer
402 horizontal = new StretchView();
410 add(horizontal, new GridBagConstraints(0, 1, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER,
431 horizontal.scaledWidth = scaledWidth;
466 horizontal.remainderHorizontal = horizontal.scaledWidth - remainderHorizontal;
470 horizontal.remainderVertical = horizontal.scaledHeight - remainderVertical;
697 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 82 /** True if this is a vertical layout, and false if it is horizontal (the default) */
313 // Horizontal is the default, so if no value is specified it is horizontal.
399 // Horizontal GridLayout: this is the default. Row and column numbers
688 Object horizontal = horizontalAxis.get(view); local
690 Field locations = horizontal.getClass().getDeclaredField("locations"); //$NON-NLS-1$
693 Object horizontalLocations = locations.get(horizontal);
    [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 152 * The horizontal orientation.
154 public static final int HORIZONTAL = LinearLayout.HORIZONTAL;
215 private static final int DEFAULT_ORIENTATION = HORIZONTAL;
286 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
300 * The default value of this property is {@link #HORIZONTAL}.
302 * @param orientation either {@link #HORIZONTAL} or {@link #VERTICAL}
517 * When this property is {@code false} GridLayout is at liberty to place the horizontal column
553 static Alignment getAlignment(int gravity, boolean horizontal) {
554 int mask = horizontal ? HORIZONTAL_GRAVITY_MASK : VERTICAL_GRAVITY_MASK
1057 public final boolean horizontal; field in class:GridLayout.Axis
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 748 milliseconds