HomeSort by relevance Sort by last modified time
    Searched refs:horizontal (Results 26 - 50 of 202) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/third_party/WebKit/Source/platform/mac/
NSScrollerImpDetails.mm 77 [NSClassFromString(@"NSScrollerImp") respondsToSelector:@selector(scrollerImpWithStyle:controlSize:horizontal:replacingScrollerImp:)]
  /external/chromium_org/ui/views/controls/scrollbar/
kennedy_scroll_bar.cc 60 KennedyScrollBar::KennedyScrollBar(bool horizontal)
61 : BaseScrollBar(horizontal, new KennedyScrollBarThumb(this)) {
overlay_scroll_bar.cc 87 OverlayScrollBar::OverlayScrollBar(bool horizontal)
88 : BaseScrollBar(horizontal, new OverlayScrollBarThumb(this)),
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 135 int horizontal; member in struct:__anon36076
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
MosaicTypes.h 135 int horizontal; member in struct:__anon36083
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 135 int horizontal; member in struct:__anon36093
  /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/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
OpaqueRegionSkia.cpp 401 // horizontal is the larger of the two rectangles to the left or to the right of |rect| and inside opaqueRect.
403 SkRect horizontal = opaqueRect; local
405 horizontal.fBottom = rect.fTop;
407 horizontal.fTop = rect.fBottom;
414 if ((long)horizontal.width() * (long)horizontal.height() > (long)vertical.width() * (long)vertical.height())
415 opaqueRect = horizontal;
  /external/chromium/chrome/browser/resources/gpu_internals/
tab_control.css 23 -webkit-box-orient: horizontal;
  /external/chromium_org/chrome/browser/resources/chromeos/
menu.css 15 -webkit-box-orient: horizontal;
  /external/chromium_org/chrome/browser/resources/extensions/
extension_commands_overlay.css 15 -webkit-box-orient: horizontal;
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.css 83 -webkit-box-orient: horizontal;
100 -webkit-box-orient: horizontal;
135 -webkit-box-orient: horizontal;
156 -webkit-box-orient: horizontal;
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
destination_settings.css 51 -webkit-box-orient: horizontal;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegListSource.cpp 83 SVGPathSegLinetoHorizontal* horizontal = static_cast<SVGPathSegLinetoHorizontal*>(m_segment.get()); local
84 x = horizontal->x();
  /external/chromium_org/third_party/freetype/src/sfnt/
ttmtx.c 162 header = &face->horizontal;
186 /* Returns the horizontal or vertical metrics in font units for a */
191 /* header :: A pointer to either the horizontal or vertical metrics */
226 header = &face->horizontal;
  /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/freetype/src/sfnt/
ttmtx.c 162 header = &face->horizontal;
186 /* Returns the horizontal or vertical metrics in font units for a */
191 /* header :: A pointer to either the horizontal or vertical metrics */
226 header = &face->horizontal;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
overlay.css 121 -webkit-box-orient: horizontal;
136 -webkit-box-orient: horizontal;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacOverlayAPI.mm 62 ScrollbarPainter scrollbarPainter = [NSClassFromString(@"NSScrollerImp") scrollerImpWithStyle:recommendedScrollerStyle() controlSize:(NSControlSize)scrollbar->controlSize() horizontal:isHorizontal replacingScrollerImp:nil];
125 ScrollbarPainter scrollbarPainter = [NSClassFromString(@"NSScrollerImp") scrollerImpWithStyle:recommendedScrollerStyle() controlSize:controlSize horizontal:NO replacingScrollerImp:nil];
  /external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h 183 virtual void setUserScrollable(bool horizontal, bool vertical) = 0;
  /external/skia/tests/
PathOpsLineIntersectionTest.cpp 103 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left);
110 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left);
146 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left);
155 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left);
  /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);
  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 60 * horizontal edges.
74 * Default value is 100% per second for both vertical and horizontal.
133 private static final int HORIZONTAL = 0;
287 * @param horizontalMax The maximum horizontal scrolling velocity, or
294 mMaximumVelocity[HORIZONTAL] = horizontalMax / 1000f;
305 * @param horizontalMin The minimum horizontal scrolling velocity, or
312 mMinimumVelocity[HORIZONTAL] = horizontalMin / 1000f;
324 * @param horizontal The target horizontal velocity as a fraction of the
332 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical)
    [all...]
  /external/chromium_org/ui/views/bubble/
bubble_border.cc 332 const bool horizontal = is_arrow_on_horizontal(arrow_);
334 float tip_x = horizontal ? arrow_bounds.CenterPoint().x() :
337 float tip_y = !horizontal ? arrow_bounds.CenterPoint().y() + 0.5f :
340 const bool positive_offset = horizontal ?
350 const int multiplier = horizontal ? 1 : -1;
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 588 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
593 int panel_end_bounds = horizontal ?
639 int icon_start = horizontal ? icon_origin.x() : icon_origin.y();
640 int icon_end = icon_start + (horizontal ? icon_bounds.width() :
642 position_info.major_length = horizontal ?
697 if (horizontal) {
744 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
760 window_ordering.insert(std::make_pair(horizontal ?
792 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
814 int slide_distance = horizontal ? slide_vector.x() : slide_vector.y()
    [all...]

Completed in 2003 milliseconds

12 3 4 5 6 7 8 9