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

1 2 3 4 5 6 7 8 91011>>

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
TextOrientationType.java 20 HORIZONTAL,
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ItemAlignment.java 17 import static android.support.v7.widget.RecyclerView.HORIZONTAL;
45 private int mOrientation = HORIZONTAL;
49 final public Axis horizontal = new Axis(HORIZONTAL); field in class:ItemAlignment
51 private Axis mMainAxis = horizontal;
65 if (mOrientation == HORIZONTAL) {
66 mMainAxis = horizontal;
70 mSecondAxis = horizontal;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 71 new ClipDrawable((Drawable) null, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
74 new ClipDrawable(bmpDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
82 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
103 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
120 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
124 clipDrawable = new ClipDrawable(mockDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
135 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
141 clipDrawable = new ClipDrawable(bmpDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
150 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
156 clipDrawable = new ClipDrawable(bmpDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Direction.java 76 return Axis.HORIZONTAL;
87 return Axis.HORIZONTAL;
96 HORIZONTAL {
172 case HORIZONTAL:
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
TitleBar.java 31 super(context, LinearLayout.HORIZONTAL, "/bars/title_bar.xml", "title_bar.xml",
ThemePreviewNavigationBar.java 44 LinearLayout.HORIZONTAL, // In this mode, it doesn't need to be render vertically
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
GoneParentFocusedChild.java 59 mLayout.setOrientation(LinearLayout.HORIZONTAL);
66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerWrapContentWithAspectRatioTest.java 19 import static android.support.v7.widget.LinearLayoutManager.HORIZONTAL;
60 for (int orientation : new int[]{VERTICAL, HORIZONTAL}) {
77 HORIZONTAL == orientation,
88 HORIZONTAL == orientation),
114 int testOrientation = mConfig.mOrientation == VERTICAL ? HORIZONTAL : VERTICAL;
122 unlimitedSize |= testOrientation == HORIZONTAL;
135 testOrientation == HORIZONTAL ? MATCH_PARENT : WRAP_CONTENT,
139 testOrientation == HORIZONTAL ? MATCH_PARENT : WRAP_CONTENT,
GridLayoutManagerCustomSizeInScrollDirectionTest.java 18 import static android.support.v7.widget.LinearLayoutManager.HORIZONTAL;
46 new Config(3, HORIZONTAL, false), addDecorOffsets, addMargins});
86 if (mConfig.mOrientation == HORIZONTAL) {
104 if (mConfig.mOrientation == HORIZONTAL) {
118 final int size = mConfig.mOrientation == HORIZONTAL ? child.getWidth()
LinearLayoutManagerWrapContentTest.java 20 import static android.support.v7.widget.LinearLayoutManager.HORIZONTAL;
53 unspecifiedWithHintTest(mConfig.mOrientation == StaggeredGridLayoutManager.HORIZONTAL);
122 for (int orientation : new int[]{VERTICAL, HORIZONTAL}) {
134 new WrapContentConfig(HORIZONTAL == orientation,
159 if (mConfig.mOrientation == HORIZONTAL) {
LinearLayoutManagerCacheTest.java 19 import static android.support.v7.widget.LinearLayoutManager.HORIZONTAL;
106 if ((config.mOrientation == HORIZONTAL && mDx == 0)
110 boolean reverseScroll = config.mOrientation == HORIZONTAL ? mDx < 0 : mDy < 0;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/graph/
BottomLabelLayoutTest.java 48 mBottomLabelLayout.setOrientation(LinearLayout.HORIZONTAL);
67 assertThat(mBottomLabelLayout.getOrientation()).isEqualTo(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/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
TextLabelWidget.java 42 this(layoutManager, sizeMetrics, TextOrientationType.HORIZONTAL);
86 case HORIZONTAL:
121 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/python/cpython2/Demo/tix/samples/
BtnBox.py 33 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
  /external/python/cpython2/Demo/tkinter/matt/
slider-demo-1.py 15 orient=HORIZONTAL,
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 42 HORIZONTAL='horizontal'
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
StaggeredGridLayoutManagerActivity.java 34 return new StaggeredGridLayoutManager(3, StaggeredGridLayoutManager.HORIZONTAL);
  /packages/apps/Dialer/java/com/android/dialer/app/widget/
DialpadSearchEmptyContentView.java 36 OrientationUtil.isLandscape(getContext()) ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL;
  /packages/apps/TV/src/com/android/tv/guide/
TimelineGridView.java 37 setLayoutManager(new LinearLayoutManager(context, LinearLayoutManager.HORIZONTAL, false) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 42 HORIZONTAL='horizontal'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 42 HORIZONTAL='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'

Completed in 1477 milliseconds

1 2 3 4 5 6 7 8 91011>>