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

1 2 3 4 5 6

  /external/webkit/Source/WebCore/platform/qt/
ScrollbarQt.cpp 56 bool horizontal = (m_orientation == HorizontalScrollbar);
62 QAction* actScrollTop = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Left edge") : QCoreApplication::translate("QWebPage", "Top"));
63 QAction* actScrollBottom = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Right edge") : QCoreApplication::translate("QWebPage", "Bottom"));
66 QAction* actPageUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page left") : QCoreApplication::translate("QWebPage", "Page up"));
67 QAction* actPageDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page right") : QCoreApplication::translate("QWebPage", "Page down"));
70 QAction* actScrollUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scroll left") : QCoreApplication::translate("QWebPage", "Scroll up"));
71 QAction* actScrollDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scroll right") : QCoreApplication::translate("QWebPage", "Scroll down"));
83 moveThumb(horizontal ? pos.x() : pos.y());
85 scrollableArea()->scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByDocument);
87 scrollableArea()->scroll(horizontal ? ScrollRight : ScrollDown, ScrollByDocument)
    [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...]
  /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) {
  /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...]
  /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);
  /external/chromium/chrome/browser/resources/gpu_internals/
overlay.css 15 -webkit-box-orient: horizontal;
timeline.css 30 -webkit-box-orient: horizontal;
tab_control.css 23 -webkit-box-orient: horizontal;
  /external/chromium-trace/trace-viewer/src/tracks/
timeline_canvas_based_track.css 7 -webkit-box-orient: horizontal;
  /external/freetype/src/sfnt/
ttmtx.c 139 void* lm = &face->horizontal.long_metrics;
140 void** sm = &face->horizontal.short_metrics;
147 num_longs = face->horizontal.number_Of_HMetrics;
151 face->horizontal.number_Of_HMetrics = 0;
228 face->horizontal.number_Of_HMetrics = (FT_UShort)num_longs;
307 header = &face->horizontal;
331 /* Returns the horizontal or vertical metrics in font units for a */
336 /* header :: A pointer to either the horizontal or vertical metrics */
373 header = &face->horizontal;
435 void* h = &face->horizontal;
    [all...]
  /external/webkit/Source/WebCore/css/
SVGCSSPropertyNames.in 44 glyph-orientation-horizontal
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 38 -webkit-box-orient: horizontal;
47 -webkit-box-orient: horizontal;
58 -webkit-box-orient: horizontal;
66 -webkit-box-orient: horizontal;
222 -webkit-box-orient: horizontal;
258 -webkit-box-orient: horizontal;
378 -webkit-box-orient: horizontal;
387 -webkit-box-orient: horizontal;
392 /* A horizontal spring. */
393 .horizontal-spacer
    [all...]
  /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/chromium-trace/trace-viewer/src/
overlay.css 12 -webkit-box-orient: horizontal;
  /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...]
  /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
  /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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 199 * horizontal hint (pixels), or SWT.DEFAULT to use the control's preferred size
277 * Increments horizontal hint on given value.
342 * horizontal alignment. One of SWT.BEGINNING, SWT.CENTER, SWT.END, or SWT.FILL.
354 * Sets the horizontal and vertical alignment to GridData.FILL.
361 * Sets the horizontal alignment of the control within its cell.
364 * horizontal alignment. One of SWT.BEGINNING, SWT.CENTER, SWT.END, or SWT.FILL.
373 * Sets the horizontal alignment of the control to GridData.BEGINNING
382 * Sets the horizontal alignment of the control to GridData.CENTER
391 * Sets the horizontal alignment of the control to GridData.FILL
400 * Sets the horizontal alignment of the control to GridData.FIL
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGPathSegListSource.cpp 84 SVGPathSegLinetoHorizontal* horizontal = static_cast<SVGPathSegLinetoHorizontal*>(m_segment.get()); local
85 x = horizontal->x();
  /external/webkit/Source/WebCore/platform/mac/
ScrollViewMac.mm 89 void ScrollView::platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const
92 [scrollView() scrollingModes:&horizontal vertical:&vertical];
  /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);
  /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...]

Completed in 610 milliseconds

1 2 3 4 5 6