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

1 2 3

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
TextOrientationType.java 20 HORIZONTAL,
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 72 new ClipDrawable((Drawable) null, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
75 new ClipDrawable(bmpDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
83 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
104 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
121 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
125 clipDrawable = new ClipDrawable(mockDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
136 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
142 clipDrawable = new ClipDrawable(bmpDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
151 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
157 clipDrawable = new ClipDrawable(bmpDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowLinearLayoutTest.java 36 assertThat(linearLayout.getOrientation()).isEqualTo(LinearLayout.HORIZONTAL);
39 linearLayout.setOrientation(LinearLayout.HORIZONTAL);
40 assertThat(linearLayout.getOrientation()).isEqualTo(LinearLayout.HORIZONTAL);
46 linearLayout.setGravity(Gravity.CENTER_VERTICAL); // Only affects horizontal.
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Direction.java 76 return Axis.HORIZONTAL;
87 return Axis.HORIZONTAL;
96 HORIZONTAL {
172 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:
  /external/python/cpython2/Demo/tix/samples/
BtnBox.py 33 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
OptMenu.py 53 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
PopMenu.py 46 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
ComboBox.py 79 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
Control.py 75 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
PanedWin.py 79 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
  /external/python/cpython2/Demo/tkinter/matt/
slider-demo-1.py 15 orient=HORIZONTAL,
animation-w-velocity-ctrl.py 20 self.speed = Scale(self, orient=HORIZONTAL, from_=-100, to=100)
canvas-with-scrollbars.py 28 self.draw.scrollX = Scrollbar(self, orient=HORIZONTAL)
pong-demo-1.py 16 self.speed = Scale(self, orient=HORIZONTAL, label="ball speed",
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 42 HORIZONTAL='horizontal'
  /external/python/cpython3/Lib/tkinter/
constants.py 42 HORIZONTAL='horizontal'
  /external/libavc/encoder/arm/
ih264e_evaluate_intra_chroma_modes_a9q.s 298 @DO HORIZONTAL
300 vdup.16 q10, d9[3] @/HORIZONTAL VALUE ROW=0;
303 vdup.16 q11, d9[2] @/HORIZONTAL VALUE ROW=1;
305 vdup.16 q12, d9[1] @/HORIZONTAL VALUE ROW=2;
307 vdup.16 q13, d9[0] @/HORIZONTAL VALUE ROW=3;
309 vdup.16 q14, d8[3] @/HORIZONTAL VALUE ROW=4;
311 vdup.16 q15, d8[2] @/HORIZONTAL VALUE ROW=5;
313 vdup.16 q1, d8[1] @/HORIZONTAL VALUE ROW=6;
315 vdup.16 q2, d8[0] @/HORIZONTAL VALUE ROW=7;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionFocus.java 47 layout.setOrientation(LinearLayout.HORIZONTAL);
LinearLayout8.java 32 * Demonstrates horizontal and vertical gravity
80 mLinearLayout.setOrientation(LinearLayout.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/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
ValueMarker.java 38 HORIZONTAL,
  /external/setupcompat/main/java/com/google/android/setupcompat/view/
ButtonBarLayout.java 98 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
  /external/proguard/src/proguard/gui/
FilterDialog.java 78 textConstraints.fill = GridBagConstraints.HORIZONTAL;
90 textFieldConstraints.fill = GridBagConstraints.HORIZONTAL;
97 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
TabbedPane.java 75 buttonConstraints.fill = GridBagConstraints.HORIZONTAL;

Completed in 1332 milliseconds

1 2 3