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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/events/
OverflowEvent.idl 29 const unsigned short HORIZONTAL = 0;
OverflowEvent.cpp 56 m_orient = HORIZONTAL;
OverflowEvent.h 45 HORIZONTAL = 0,
  /external/chromium_org/ui/views/
view_model_utils_unittest.cc 36 model, &v1, ViewModelUtils::HORIZONTAL, -10, 0));
38 model, &v1, ViewModelUtils::HORIZONTAL, 4, 0));
40 model, &v1, ViewModelUtils::HORIZONTAL, 506, 0));
42 model, &v1, ViewModelUtils::HORIZONTAL, 1010, 0));
44 model, &v1, ViewModelUtils::HORIZONTAL, 2000, 0));
47 model, &v2, ViewModelUtils::HORIZONTAL, -10, 0));
49 model, &v2, ViewModelUtils::HORIZONTAL, 4, 0));
51 model, &v2, ViewModelUtils::HORIZONTAL, 12, 0));
view_model_utils.h 19 HORIZONTAL,
view_model_utils.cc 20 return alignment == ViewModelUtils::HORIZONTAL ? x : y;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 45 new ClipDrawable((Drawable) null, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
48 new ClipDrawable(bmpDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
55 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
72 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
80 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
88 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
92 clipDrawable = new ClipDrawable(mockDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
102 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
108 clipDrawable = new ClipDrawable(bmpDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
116 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
    [all...]
  /external/chromium_org/cc/input/
scrollbar.h 16 enum ScrollbarOrientation { HORIZONTAL, VERTICAL };
  /external/chromium_org/ui/views/controls/
separator.h 20 HORIZONTAL,
separator.cc 32 if (orientation_ == HORIZONTAL)
slider.cc 120 // For the horizontal orientation.
142 if (orientation_ == HORIZONTAL) {
193 if (orientation_ == HORIZONTAL)
202 if (orientation_ == HORIZONTAL) {
259 // for horizontal and vertical orientations. If it is different, then
288 if (orientation_ == HORIZONTAL) {
  /external/chromium_org/ui/views/examples/
slider_example.cc 27 slider_ = new Slider(this, Slider::HORIZONTAL);
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Direction.java 76 return Axis.HORIZONTAL;
87 return Axis.HORIZONTAL;
96 HORIZONTAL {
172 case HORIZONTAL:
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
SelfOrientingSashForm.java 74 * Returns SWT.HORIZONTAL if the controls in the SashForm are laid out side by side or
77 * @return SWT.HORIZONTAL or SWT.VERTICAL
130 newOrientation = SWT.HORIZONTAL;
147 return SWT.HORIZONTAL;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.h 59 bool isHorizontal() const { return style()->boxOrient() == HORIZONTAL; }
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
LinearLayoutManagerActivity.java 49 return mLayoutManager.getOrientation() == LinearLayoutManager.HORIZONTAL;
54 mLayoutManager.setOrientation(newValue ? LinearLayoutManager.HORIZONTAL
GridLayoutManagerActivity.java 56 return mLayoutManager.getOrientation() == LinearLayoutManager.HORIZONTAL;
61 mLayoutManager.setOrientation(newValue ? LinearLayoutManager.HORIZONTAL
  /external/chromium_org/cc/layers/
solid_color_scrollbar_layer_impl.cc 72 if (orientation() == HORIZONTAL)
85 if (orientation() == HORIZONTAL)
  /external/chromium_org/ui/base/ime/
candidate_window.h 21 HORIZONTAL = 0,
90 return property_->is_vertical ? VERTICAL : HORIZONTAL;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionFocus.java 47 layout.setOrientation(LinearLayout.HORIZONTAL);
  /external/chromium_org/cc/blink/
web_scrollbar_layer_impl.cc 21 return orientation == blink::WebScrollbar::Horizontal ? cc::HORIZONTAL
  /external/chromium_org/cc/test/
fake_scrollbar.cc 33 return HORIZONTAL;
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayoutActivity.java 51 * The number of folds, orientation (vertical or horizontal) of the fold, and the
84 private Orientation mOrientation = Orientation.HORIZONTAL;
284 mOrientation = (mOrientation == Orientation.HORIZONTAL) ? Orientation.VERTICAL :
285 Orientation.HORIZONTAL;
286 item.setTitle((mOrientation == Orientation.HORIZONTAL) ? R.string.vertical :
287 R.string.horizontal);
371 * scrolling to fold a vertically oriented view and horizontal scrolling to fold
  /external/chromium_org/chrome/browser/ui/views/
open_pdf_in_reader_bubble_view.cc 54 layout->AddView(new views::Separator(views::Separator::HORIZONTAL), 1, 1,
  /external/chromium_org/mojo/python/tests/
bindings_enums_unittest.py 39 self.assertEquals(sample_service_mojom.Bar.Type.HORIZONTAL, 2)

Completed in 2017 milliseconds

1 2 3 4