HomeSort by relevance Sort by last modified time
    Searched refs:vertical (Results 126 - 150 of 221) sorted by null

1 2 3 4 56 7 8 9

  /external/icu4c/layoutex/layout/
ParagraphLayout.h 378 * @param vertical is <code>TRUE</code> if the paragraph should be set vertically.
394 UBiDiLevel paragraphLevel, le_bool vertical,
  /external/webkit/Source/WebCore/css/
CSSPropertyNames.in 154 vertical-align
204 -webkit-border-vertical-spacing
  /external/webkit/Source/WebCore/page/
ChromeClient.h 212 ScrollbarControlState, ScrollbarPart pressedPart, bool vertical,
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 311 /* [in] */ BOOL vertical,
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 160 WebCore::ScrollbarControlState, WebCore::ScrollbarPart pressedPart, bool vertical,
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 417 int vertical = (int)JSValueToNumber(context, arguments[1], exception); local
421 g_return_val_if_fail((!vertical || !horizontal), JSValueMakeUndefined(context));
434 else if (vertical < 0)
436 else if (vertical > 0)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 95 * @return "horizontal" or "vertical" depending on the current orientation of the
107 * Returns true if the given node represents a vertical linear layout.
109 * @return true if the layout is in vertical mode, otherwise false
138 Arrays.<String>asList("Set Horizontal Orientation","Set Vertical Orientation"),
140 Arrays.<String>asList("horizontal", "vertical"),
293 // vertical.
394 // draw vertical lines
570 // in a vertical layout, a text field defaults to filling horizontally, but not
575 boolean vertical = isVertical(parent);
578 if (fill.fillHorizontally(vertical)) {
    [all...]
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css 56 vertical-align:middle;
85 line-height:inherit; /* fixes vertical scrolling in webkit */
173 vertical-align:top;
307 vertical-align: top;
315 vertical-align:middle;
618 vertical-align:middle;
631 vertical-align:top;
1462 vertical-align:top;
1883 vertical-align:top;
2035 vertical-align:top
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 56 vertical-align:middle;
85 line-height:inherit; /* fixes vertical scrolling in webkit */
173 vertical-align:top;
307 vertical-align: top;
315 vertical-align:middle;
618 vertical-align:middle;
631 vertical-align:top;
1462 vertical-align:top;
1883 vertical-align:top;
2035 vertical-align:top
    [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) */
98 public boolean vertical; field in class:GridModel
240 if (vertical) {
266 * in the row which have baseline vertical alignment and also define their own
291 // baseline if they have a vertical gravity
407 vertical = VALUE_VERTICAL.equals(getGridAttribute(layout, ATTR_ORIENTATION));
491 if (!vertical) {
545 // Vertical layout: successive children are assigned to the same column in
875 Object vertical = verticalAxis.get(view); local
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 273 vertical-align:top;
667 vertical-align:top;
799 vertical-align:top;
939 vertical-align: top;
  /external/libvorbis/doc/
Vorbis_I_spec.tex 18 % Do not indent paragraphs, instead separate them via vertical spacing
  /external/libvpx/libvpx/vp8/encoder/x86/
dct_mmx.asm 113 ; done with vertical
  /external/freetype/include/freetype/internal/
tttypes.h 429 /* vertBearingX :: The vertical left bearing. */
431 /* vertBearingY :: The vertical top bearing. */
433 /* vertAdvance :: The vertical advance. */
491 /* bitmap strike, for either a horizontal or vertical layout. */
518 /* vertical advance - */
1277 TT_VertHeader vertical; \/* TT Vertical header, if present *\/ member in struct:TT_FaceRec_
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 333 bool vertical; member in struct:WebCore::PlatformBridge::SliderExtraParams
361 // like vertical scrollbar thumbs, the width will be the required width of
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 122 * transitively, through vertical constraints (a "vertical constraint"
123 * is a constraint between two vertical edges)
130 /** The current list of constraints which result in a vertical cycle (if applicable) */
140 * All vertical segments in the relative layout - left and right edges, and left and
146 * All center vertical segments in the relative layout. These are kept separate since
164 * The best vertical match will be found in {@link #mCurrentTopMatch} or
170 * Suggestions for vertical matches.
172 * The best vertical match will be found in {@link #mCurrentLeftMatch} or
271 private boolean checkCycle(DropFeedback feedback, Match match, boolean vertical) {
    [all...]
  /external/freetype/src/autofit/
aflatin.c 1596 FT_Int vertical = ( dim == AF_DIMENSION_VERT ); local
    [all...]
aflatin2.c 829 * e.g. a 2-point vertical contour
1604 FT_Int vertical = ( dim == AF_DIMENSION_VERT ); local
    [all...]
afcjk.c 1387 FT_Bool vertical = FT_BOOL( dim == AF_DIMENSION_VERT ); local
    [all...]
  /external/freetype/src/sfnt/
sfdriver.c 86 table = face->vertical_info ? &face->vertical : 0;
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.cpp 401 /* [in] */ BOOL vertical,
UIDelegate.h 318 /* [in] */ BOOL vertical,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 226 int vertical; member in struct:_XkbRow
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 226 int vertical; member in struct:_XkbRow
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 226 int vertical; member in struct:_XkbRow

Completed in 366 milliseconds

1 2 3 4 56 7 8 9