/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 | 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 1055 public final boolean horizontal; field in class:GridLayout.Axis [all...] |
/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/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...] |
sfobjs.c | 572 /* the same format). It also doesn't include horizontal and */ 653 face->horizontal.number_Of_HMetrics = 0; 680 face->horizontal.number_Of_HMetrics = 0; 795 FT_FACE_FLAG_HORIZONTAL; /* horizontal data */ [all...] |
/external/webkit/Source/WebCore/css/ |
SVGCSSPropertyNames.in | 44 glyph-orientation-horizontal
|
mediaControlsAndroid.css | 35 -webkit-box-orient: horizontal; 68 -webkit-box-orient: horizontal;
|
mediaControlsGtk.css | 30 -webkit-box-orient: horizontal;
|
/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...] |
/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);
|
/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;
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 135 int horizontal; member in struct:__anon16825
|
/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
|
/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/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];
|
/external/libvpx/vp8/common/ppc/ |
filter_bilinear_altivec.asm | 31 ;# load up horizontal filter 32 slwi. r5, r5, 4 ;# index into horizontal filter array 41 ;# If there isn't any filtering to be done for the horizontal, then 59 ;# Filters a horizontal line 186 ;# Finished filtering main horizontal block. If there is no 271 ;# Finished filtering main horizontal block. If there is no 361 ;# Finished filtering main horizontal block. If there is no 439 ;# Filters a horizontal line 554 ;# Finished filtering main horizontal block. If there is no
|
/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;
|
/external/webkit/Source/WebCore/rendering/ |
InlineBox.h | 174 void setIsHorizontal(bool horizontal) { m_isHorizontal = horizontal; } 235 // The logicalLeft position is the left edge of the line box in a horizontal line and the top edge in a vertical line. 248 // The logicalTop[ position is the top edge of the line box in a horizontal line and the left edge in a vertical line. 259 // The logical width is our extent in the line's overall inline direction, i.e., width for horizontal text and height for vertical text. 263 // The logical height is our extent in the block flow direction, i.e., height for horizontal text and width for vertical text.
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
SmilRegionElementImpl.java | 253 private int parseRegionLength(String length, boolean horizontal) { 259 if (horizontal) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/ |
ExplodeRenderingHelperTest.java | 41 // Single layout, horizontal, 2 buttons. 42 MockXmlNode layout = createLinearLayout(true /*horizontal*/, 51 // Single layout, horizontal, with 2 buttons. 53 MockXmlNode layout = createLinearLayout(false /*horizontal*/, 69 MockXmlNode layout = createLinearLayout(false /*horizontal*/, 71 createLinearLayout(true /*horizontal*/, 73 createLinearLayout(true /*horizontal*/, 91 createLinearLayout(true /*horizontal*/, 114 MockXmlNode linear1 = createLinearLayout(true /*horizontal*/, 118 MockXmlNode linear2 = createLinearLayout(true /*horizontal*/, [all...] |
/external/libvpx/vp8/encoder/ppc/ |
variance_subpixel_altivec.asm | 32 ;# load up horizontal filter 33 slwi. r5, r5, 4 ;# index into horizontal filter array 41 ;# If there isn't any filtering to be done for the horizontal, then 62 ;# Filters a horizontal line 213 ;# Finished filtering main horizontal block. If there is no 308 ;# Finished filtering main horizontal block. If there is no 426 ;# Finished filtering main horizontal block. If there is no 542 ;# Filters a horizontal line 631 ;# Finished filtering main horizontal block. If there is no 732 ;# Finished filtering main horizontal block. If there is n [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
GridLayoutRule.java | 154 .<String> asList("Set Horizontal Orientation", "Set Vertical Orientation"), 156 "horizontal", "vertical"), getCurrentOrientation(parentNode), 242 * defined, in which case the default horizontal value is returned) 332 String horizontal = GRAVITY_VALUE_LEFT; local 335 horizontal = GRAVITY_VALUE_FILL_HORIZONTAL; 341 if (horizontal == GRAVITY_VALUE_FILL_HORIZONTAL 345 gravity = horizontal + '|' + vertical; 347 gravity = horizontal;
|