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

1 2 3 45 6 7 8 9

  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableColElement09.js 78 The vAlign attribute specifies the vertical alignment of cell data
HTMLTableColElement10.js 78 The vAlign attribute specifies the vertical alignment of cell data
HTMLTableElement13.js 78 The cellpadding attribute specifies the horizontal and vertical space
HTMLTableElement14.js 78 The cellSpacing attribute specifies the horizontal and vertical separation
HTMLTableRowElement10.js 78 The vAlign attribute specifies the vertical alignment of data within
HTMLTableSectionElement10.js 78 The vAlign attribute specifies the vertical alignment of cell data in
HTMLTableSectionElement11.js 78 The vAlign attribute specifies the vertical alignment of cell data in
HTMLTableSectionElement12.js 78 The vAlign attribute specifies the vertical alignment of cell data in
table37.js 78 Specifies the horizontal and vertical space between cell content and cell borders. The value of attribute cellpadding of the table element is read and checked against the expected value.
table38.js 78 Specifies the horizontal and vertical separation between cells.
  /external/webkit/Source/WebCore/platform/wx/
ScrollViewWx.cpp 267 // vertical scrollbar
303 void ScrollView::platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const
306 vertical = m_data->vScrollbarMode;
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 186 protected void center(boolean horizontal, boolean vertical) {
204 if (vertical) {
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 223 * @param dy The vertical offset
232 * Pan by the specified horizontal and vertical amount
235 * @param dy Pan by this vertical amount
357 * @param centerY The vertical center
387 * @param pointY The vertical position
402 * @param pointY The vertical position
477 private void center(boolean horizontal, boolean vertical) {
492 if (vertical) {
  /external/freetype/src/sfnt/
sfobjs.c 513 #define LOADM_( x, vertical ) \
516 vertical ? "vertical " : "" )); \
519 error = sfnt->load_##x( face, stream, vertical ); \
581 /* vertical metrics tables (i.e. `hhea' and `vhea' tables are */
815 /* vertical information? */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 74 * <li>Handle GridLayouts that have been configured in a vertical orientation.
167 .<String> asList("Set Horizontal Orientation", "Set Vertical Orientation"),
169 "horizontal", "vertical"), getCurrentOrientation(parentNode),
391 String vertical = null; local
396 vertical = GRAVITY_VALUE_FILL_VERTICAL;
400 && vertical == GRAVITY_VALUE_FILL_VERTICAL) {
402 } else if (vertical != null) {
403 gravity = horizontal + '|' + vertical;
  /build/tools/droiddoc/templates-ds/assets/
android-developer-core.css 55 vertical-align:middle;
84 line-height:inherit; /* fixes vertical scrolling in webkit */
172 vertical-align:top;
306 vertical-align: top;
314 vertical-align:middle;
617 vertical-align:middle;
630 vertical-align:top;
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 55 vertical-align:middle;
84 line-height:inherit; /* fixes vertical scrolling in webkit */
172 vertical-align:top;
305 vertical-align: top;
313 vertical-align:middle;
616 vertical-align:middle;
629 vertical-align:top;
  /cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java 88 linearLayout = (LinearLayout) mActivity.findViewById(R.id.vertical);
210 mockLinearLayout.setOrientation(LinearLayout.VERTICAL);
274 * layout of vertical LinearLayout.
290 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.vertical);
307 assertEquals(LinearLayout.VERTICAL, parent.getOrientation());
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 36 // vertical split.
  /external/chromium/chrome/browser/resources/ntp/
apps.css 149 vertical-align: text-bottom;
  /external/chromium-trace/trace-viewer/src/
timeline_view.css 12 -webkit-box-orient: vertical;
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumLinux.cpp 289 extraParams.slider.vertical = o->style()->appearance() == SliderVerticalPart;
298 extraParams.slider.vertical = o->style()->appearance() == SliderThumbVerticalPart;
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.css 151 vertical-align: top;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 75 // as well as a single vertical line as a drop preview located
104 protected INode dragInto(boolean vertical, Rect dragBounds, Point dragPoint,
110 vertical ? VALUE_VERTICAL : VALUE_HORIZONTAL)
179 new String[] {"horizontal", "vertical"}, null, null));
213 new String[] {"horizontal", "vertical"}, null, null));
  /sdk/templates/docs/
default.css 202 vertical-align: top;

Completed in 686 milliseconds

1 2 3 45 6 7 8 9