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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/Source/core/events/
OverflowEvent.idl 29 const unsigned short HORIZONTAL = 0;
OverflowEvent.cpp 58 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...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterEditScrollListener.java 86 if (mOrientation == ScrollAdapterView.HORIZONTAL) {
130 if (mOrientation == ScrollAdapterView.HORIZONTAL) {
142 if (mOrientation == ScrollAdapterView.HORIZONTAL) {
155 if (mOrientation == ScrollAdapterView.HORIZONTAL) {
167 if (mOrientation == ScrollAdapterView.HORIZONTAL) {
180 if (mOrientation == ScrollAdapterView.HORIZONTAL) {
193 if (mOrientation == ScrollAdapterView.HORIZONTAL) {
206 if (mOrientation == ScrollAdapterView.HORIZONTAL) {
217 if (mOrientation == ScrollAdapterView.HORIZONTAL) {
231 mDirection = mOrientation == ScrollAdapterView.HORIZONTAL ? View.FOCUS_RIGH
    [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)
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
TitleBar.java 31 super(context, LinearLayout.HORIZONTAL, "/bars/title_bar.xml", "title_bar.xml",
  /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;
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
GoneParentFocusedChild.java 59 mLayout.setOrientation(LinearLayout.HORIZONTAL);
66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ItemAlignment.java 17 import static android.support.v7.widget.RecyclerView.HORIZONTAL;
95 if (mOrientation == HORIZONTAL) {
144 private int mOrientation = HORIZONTAL;
148 final public Axis horizontal = new Axis(HORIZONTAL); field in class:ItemAlignment
150 private Axis mMainAxis = horizontal;
164 if (mOrientation == HORIZONTAL) {
165 mMainAxis = horizontal;
169 mSecondAxis = 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:
  /packages/apps/Camera2/src/com/android/camera/ui/
TopRightWeightedLayout.java 57 final boolean isHorizontal = LinearLayout.HORIZONTAL == getOrientation();
60 // Portrait orientation is out of sync, setting to horizontal
62 fixGravityAndPadding(LinearLayout.HORIZONTAL);
63 setOrientation(LinearLayout.HORIZONTAL);
94 * center horizontal for center vertical
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.h 62 bool isHorizontal() const { return style()->boxOrient() == 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'
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
LinearLayoutManagerActivity.java 49 return mLayoutManager.getOrientation() == LinearLayoutManager.HORIZONTAL;
54 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;
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MultiLayersActivity.java 37 row1.setOrientation(LinearLayout.HORIZONTAL);
42 row2.setOrientation(LinearLayout.HORIZONTAL);

Completed in 1328 milliseconds

1 2 3 4 5 6 7 8 910