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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/dom/
OverflowEvent.idl 29 const unsigned short HORIZONTAL = 0;
OverflowEvent.cpp 60 m_orient = HORIZONTAL;
OverflowEvent.h 44 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,
  /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_unittest.cc 32 scoped_ptr<Slider> slider(new Slider(NULL, Slider::HORIZONTAL));
61 scoped_ptr<Slider> slider(new Slider(NULL, Slider::HORIZONTAL));
  /external/chromium_org/ui/views/examples/
slider_example.cc 27 slider_ = new Slider(this, Slider::HORIZONTAL);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
FakeActionBar.java 33 super(context, density, LinearLayout.HORIZONTAL, "/bars/action_bar.xml", "action_bar.xml");
TitleBar.java 33 super(context, density, LinearLayout.HORIZONTAL, "/bars/title_bar.xml", "title_bar.xml");
StatusBar.java 37 super(context, density, LinearLayout.HORIZONTAL, "/bars/status_bar.xml", "status_bar.xml");
  /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;
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
GoneParentFocusedChild.java 59 mLayout.setOrientation(LinearLayout.HORIZONTAL);
66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterMirrorRepresentation.java 41 NONE('N'), VERTICAL('V'), HORIZONTAL('H'), BOTH('B');
59 return HORIZONTAL;
118 || mMirror == Mirror.HORIZONTAL) {
135 mMirror = Mirror.HORIZONTAL;
137 case HORIZONTAL:
  /external/chromium_org/cc/test/
fake_scrollbar.cc 26 return HORIZONTAL;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.h 62 bool isHorizontal() const { return style()->boxOrient() == HORIZONTAL; }
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Direction.java 31 HORIZONTAL {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 42 HORIZONTAL='horizontal'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 42 HORIZONTAL='horizontal'
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MultiLayersActivity.java 37 row1.setOrientation(LinearLayout.HORIZONTAL);
42 row2.setOrientation(LinearLayout.HORIZONTAL);
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 87 Label sep = toolkit.createSeparator(row, SWT.HORIZONTAL);
95 sep = toolkit.createSeparator(row, SWT.HORIZONTAL);

Completed in 914 milliseconds

1 2 3 4 5 6 7 8