/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
margin_control_container.css | 9 .margin-control-container-dragging-horizontal {
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
no_destinations_promo.css | 14 -webkit-box-orient: horizontal;
|
/external/chromium_org/ui/views/controls/scrollbar/ |
kennedy_scroll_bar.h | 17 explicit KennedyScrollBar(bool horizontal);
|
overlay_scroll_bar.h | 16 explicit OverlayScrollBar(bool horizontal);
|
bitmap_scroll_bar.h | 29 BitmapScrollBar(bool horizontal, bool show_scroll_buttons);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
GravityHelper.java | 46 /** Bitmask for a gravity which includes center horizontal */ 49 /** Bitmask for a gravity which includes fill horizontal */ 70 /** Bitmask for a gravity which includes any horizontal constraint */ 188 int horizontal = gravity & GRAVITY_HORIZ_MASK; local 191 if ((horizontal & (GRAVITY_LEFT|GRAVITY_START)) != 0) { 192 if ((horizontal & GRAVITY_LEFT) != 0) { 195 if ((horizontal & GRAVITY_START) != 0) { 201 } else if ((horizontal & (GRAVITY_RIGHT|GRAVITY_END)) != 0) { 202 if ((horizontal & GRAVITY_RIGHT) != 0) { 205 if ((horizontal & GRAVITY_END) != 0) [all...] |
/frameworks/base/libs/hwui/utils/ |
Blur.h | 28 static void horizontal(float* weights, int32_t radius, const uint8_t* source,
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
NSScrollerImpDetails.h | 54 + (id)scrollerImpWithStyle:(NSScrollerStyle)newScrollerStyle controlSize:(NSControlSize)newControlSize horizontal:(BOOL)horizontal replacingScrollerImp:(id)previous; 91 - (void)setHorizontalScrollerImp:(id)horizontal;
|
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 169 * The horizontal orientation. 171 public static final int HORIZONTAL = LinearLayout.HORIZONTAL; 236 private static final int DEFAULT_ORIENTATION = HORIZONTAL; 305 * @return either {@link #HORIZONTAL} or {@link #VERTICAL} 325 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first. 336 * orientation as {@code HORIZONTAL} - because {@code TextView} is capable of 340 * GridLayout, so it's fine to leave GridLayout in {@code HORIZONTAL} mode even if 343 * The default value of this property is {@link #HORIZONTAL} 1212 public final boolean horizontal; field in class:GridLayout.Axis [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 169 * The horizontal orientation. 171 public static final int HORIZONTAL = LinearLayout.HORIZONTAL; 236 private static final int DEFAULT_ORIENTATION = HORIZONTAL; 305 * @return either {@link #HORIZONTAL} or {@link #VERTICAL} 325 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first. 336 * orientation as {@code HORIZONTAL} - because {@code TextView} is capable of 340 * GridLayout, so it's fine to leave GridLayout in {@code HORIZONTAL} mode even if 343 * The default value of this property is {@link #HORIZONTAL} 1101 public final boolean horizontal; field in class:GridLayout.Axis [all...] |
/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
heading_track.css | 8 -webkit-box-orient: horizontal;
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkIntersections.h | 75 return horizontal(cubic, left, right, y, flipped); 125 return horizontal(line, left, right, y, flipped); 152 return horizontal(quad, left, right, y, flipped); 218 int horizontal(const SkDLine&, double y); 219 int horizontal(const SkDLine&, double left, double right, double y, bool flipped); 220 int horizontal(const SkDQuad&, double left, double right, double y, bool flipped); 221 int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]); 222 int horizontal(const SkDCubic&, double y, double tRange[3]); 223 int horizontal(const SkDCubic&, double left, double right, double y, bool flipped); 224 int horizontal(const SkDCubic&, double left, double right, double y, double tRange[3]) [all...] |
/external/skia/src/pathops/ |
SkIntersections.h | 75 return horizontal(cubic, left, right, y, flipped); 125 return horizontal(line, left, right, y, flipped); 152 return horizontal(quad, left, right, y, flipped); 218 int horizontal(const SkDLine&, double y); 219 int horizontal(const SkDLine&, double left, double right, double y, bool flipped); 220 int horizontal(const SkDQuad&, double left, double right, double y, bool flipped); 221 int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]); 222 int horizontal(const SkDCubic&, double y, double tRange[3]); 223 int horizontal(const SkDCubic&, double left, double right, double y, bool flipped); 224 int horizontal(const SkDCubic&, double left, double right, double y, double tRange[3]) [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_org/chrome/browser/resources/chromeos/ |
mobile_dialogs.css | 49 -webkit-box-orient: horizontal; 64 -webkit-box-orient: horizontal;
|
/external/chromium_org/ppapi/cpp/ |
rect.h | 58 /// @param[in] x An int32_t value representing a horizontal coordinate 220 /// in a horizontal line in the rectangle: 231 /// in a horizontal line in the rectangle: 259 /// Inset() shrinks the rectangle by a horizontal and vertical 262 /// @param[in] horizontal An int32_t value representing a horizontal 266 void Inset(int32_t horizontal, int32_t vertical) { 267 Inset(horizontal, vertical, horizontal, vertical); 283 /// Offset() moves the rectangle by a horizontal and vertical distance [all...] |
/external/chromium_org/ui/gfx/ |
rect_base.h | 60 // Shrink the rectangle by a horizontal and vertical distance on all sides. 61 void Inset(Type horizontal, Type vertical) { 62 Inset(horizontal, vertical, horizontal, vertical); 71 // Move the rectangle by a horizontal and vertical distance. 72 void Offset(Type horizontal, Type vertical);
|
/packages/apps/InCallUI/src/com/android/incallui/ |
ProximitySensor.java | 203 // is being held in a horizontal position. 210 // horizontal, but we do not force it on when we become horizontal until the 212 final boolean horizontal = 214 screenOnImmediately |= !mUiShowing && horizontal; 216 // We do not keep the screen off when dialpad is visible, we are horizontal, and 220 screenOnImmediately |= mDialpadVisible && horizontal; 228 .add("hor", horizontal ? 1 : 0)
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
overlay.css | 15 -webkit-box-orient: horizontal;
|
timeline.css | 30 -webkit-box-orient: horizontal;
|
/external/chromium-trace/trace-viewer/src/ui/ |
drag_handle.css | 12 x-drag-handle.horizontal-drag-handle {
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
video_player.css | 41 -webkit-box-orient: horizontal; 73 -webkit-box-orient: horizontal; 86 -webkit-box-orient: 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/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollView.h | 81 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of 90 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local 91 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
|