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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/events/
OverflowEvent.idl 30 const unsigned short VERTICAL = 1;
OverflowEvent.cpp 40 , m_orient(VERTICAL)
58 m_orient = VERTICAL;
OverflowEvent.h 46 VERTICAL = 1,
  /external/chromium_org/ui/views/
view_model_utils_unittest.cc 53 // Try the same when vertical.
59 model, &v1, ViewModelUtils::VERTICAL, 0, -10));
61 model, &v1, ViewModelUtils::VERTICAL, 0, 4));
63 model, &v1, ViewModelUtils::VERTICAL, 0, 506));
65 model, &v1, ViewModelUtils::VERTICAL, 0, 1010));
67 model, &v1, ViewModelUtils::VERTICAL, 0, 2000));
70 model, &v2, ViewModelUtils::VERTICAL, 0, -10));
72 model, &v2, ViewModelUtils::VERTICAL, 0, 4));
74 model, &v2, ViewModelUtils::VERTICAL, 0, 12));
view_model_utils.h 20 VERTICAL
  /external/chromium_org/ui/views/bubble/
bubble_border.h 59 // 2 bit specifies horizontal or vertical.
64 VERTICAL = 0x04,
73 LEFT_TOP = VERTICAL,
74 RIGHT_TOP = VERTICAL | RIGHT,
75 LEFT_BOTTOM = VERTICAL | BOTTOM,
76 RIGHT_BOTTOM = VERTICAL | BOTTOM | RIGHT,
79 LEFT_CENTER = CENTER | VERTICAL,
80 RIGHT_CENTER = CENTER | VERTICAL | RIGHT,
135 return a >= NONE ? false : !(a & VERTICAL);
  /external/chromium_org/cc/input/
scrollbar.h 16 enum ScrollbarOrientation { HORIZONTAL, VERTICAL };
  /external/chromium_org/ui/views/controls/
separator.h 21 VERTICAL
  /external/chromium_org/ui/base/ime/
candidate_window.h 22 VERTICAL = 1,
90 return property_->is_vertical ? VERTICAL : HORIZONTAL;
93 property_->is_vertical = (orientation == VERTICAL);
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Direction.java 54 return Axis.VERTICAL;
65 return Axis.VERTICAL;
104 VERTICAL {
180 case VERTICAL:
Scrollers.java 79 Axis.VERTICAL, new AccessibilityEventScrollStepStrategy(uiAutomation, 1000L,
85 Axis.VERTICAL, StaticSentinelStrategy.DEFAULT, true/* startFromBeginning */);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
SelfOrientingSashForm.java 75 * SWT.VERTICAL if the controls in the SashForm are laid out top to bottom.
77 * @return SWT.HORIZONTAL or SWT.VERTICAL
132 newOrientation = SWT.VERTICAL;
145 return SWT.VERTICAL;
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
AwTestRunnerActivity.java 25 mLinearLayout.setOrientation(LinearLayout.VERTICAL);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.h 58 bool isVertical() const { return style()->boxOrient() == VERTICAL; }
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
LinearLayoutManagerActivity.java 34 return new LinearLayoutManager(this, LinearLayoutManager.VERTICAL, false);
55 : LinearLayoutManager.VERTICAL);
  /external/chromium_org/ash/ime/
candidate_view.cc 23 // the vertical candidate window.
53 if (orientation == ui::CandidateWindow::VERTICAL) {
71 (orientation == ui::CandidateWindow::VERTICAL ?
78 if (orientation == ui::CandidateWindow::VERTICAL) {
101 if (orientation == ui::CandidateWindow::VERTICAL) {
158 if (orientation == ui::CandidateWindow::VERTICAL) {
181 if (!label.empty() && orientation_ != ui::CandidateWindow::VERTICAL)
255 orientation_ == ui::CandidateWindow::VERTICAL ? 4 : 6;
277 orientation_ == ui::CandidateWindow::VERTICAL ? 4 : 6;
candidate_window_view.cc 171 if (candidate_window_.orientation() == ui::CandidateWindow::VERTICAL) {
244 // If the new layout is vertical, the aux text should appear at the
246 if (new_candidate_window.orientation() == ui::CandidateWindow::VERTICAL) {
294 if (new_candidate_window.orientation() == ui::CandidateWindow::VERTICAL) {
303 if (new_candidate_window.orientation() == ui::CandidateWindow::VERTICAL) {
310 if (new_candidate_window.orientation() == ui::CandidateWindow::VERTICAL)
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 38 * This layout supports two different orientations: vertical and horizontal. When horizontal,
43 * When vertical, the layout is the following:
55 * orientation: horizontal or vertical
63 public static final int VERTICAL = 1;
74 private int mOrientation = VERTICAL;
97 mOrientation = a.getInt(R.styleable.ApplicationsStackLayout_stackOrientation, VERTICAL);
122 * Return the current orientation, either VERTICAL (default) or HORIZONTAL.
138 if (mOrientation == VERTICAL) {
148 if (mOrientation == VERTICAL) {
187 if (mOrientation == VERTICAL) {
    [all...]
  /external/chromium_org/cc/blink/
web_scrollbar_layer_impl.cc 22 : cc::VERTICAL;
  /external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/tests/
DebugActivity.java 27 mLayout.setOrientation(LinearLayout.VERTICAL);
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
LaunchingPreferences.java 55 layout.setOrientation(LinearLayout.VERTICAL);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 121 this.setOrientation(VERTICAL);
LinearLayout8.java 32 * Demonstrates horizontal and vertical gravity
77 mLinearLayout.setOrientation(LinearLayout.VERTICAL);
  /external/chromium_org/cc/layers/
solid_color_scrollbar_layer_impl_unittest.cc 19 ScrollbarOrientation orientation = VERTICAL;
  /external/chromium_org/mojo/python/tests/
bindings_enums_unittest.py 38 self.assertEquals(sample_service_mojom.Bar.Type.VERTICAL, 1)

Completed in 1251 milliseconds

1 2 3 4