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

1 2 3 4

  /cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
ShowWhenLockedAttrImeActivity.java 33 layout.setOrientation(LinearLayout.VERTICAL);
InputMethodTestActivity.java 44 layout.setOrientation(LinearLayout.VERTICAL);
  /external/droiddriver/src/io/appium/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 */);
  /development/samples/ApiDemos/src/com/example/android/apis/inputmethod/
HintLocales.java 28 import static android.widget.LinearLayout.VERTICAL;
71 layout.setOrientation(VERTICAL);
ShowInputMethodAndSubtypeEnabler.java 34 import static android.widget.LinearLayout.VERTICAL;
48 layout.setOrientation(VERTICAL);
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 43 VERTICAL='vertical'
  /external/python/cpython3/Lib/tkinter/
constants.py 43 VERTICAL='vertical'
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowLinearLayoutTest.java 37 linearLayout.setOrientation(LinearLayout.VERTICAL);
38 assertThat(linearLayout.getOrientation()).isEqualTo(LinearLayout.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...]
  /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);
List6.java 370 this.setOrientation(VERTICAL);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
ValueMarker.java 39 VERTICAL
  /external/python/cpython2/Demo/tkinter/matt/
canvas-with-scrollbars.py 29 self.draw.scrollY = Scrollbar(self, orient=VERTICAL)
  /external/setupcompat/main/java/com/google/android/setupcompat/view/
ButtonBarLayout.java 26 * An extension of LinearLayout that automatically switches to vertical orientation when it can't
98 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
100 // Reverse the child order, so that the primary button is towards the top when vertical
  /external/google-styleguide/include/
styleguide.js 2 VERTICAL: 1,
19 tocType = TocTypeEnum.VERTICAL;
22 tocType = TocTypeEnum.VERTICAL;
51 if (tocType == TocTypeEnum.VERTICAL) {
72 case TocTypeEnum.VERTICAL:
  /cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
MultiUserDeviceTest.java 92 layout.setOrientation(LinearLayout.VERTICAL);
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
FocusHandlingTest.java 80 layout.setOrientation(LinearLayout.VERTICAL);
139 layout.setOrientation(LinearLayout.VERTICAL);
182 layout.setOrientation(LinearLayout.VERTICAL);
207 layout.setOrientation(LinearLayout.VERTICAL);
InputMethodManagerTest.java 81 layout.setOrientation(LinearLayout.VERTICAL);
105 layout.setOrientation(LinearLayout.VERTICAL);
  /development/samples/IntentPlayground/src/com/example/android/intentplayground/
TreeFragment.java 92 new LinearLayoutManager(getContext(), RecyclerView.VERTICAL, false));
  /external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/
RuleListController.java 96 list.setLayoutOrientation(JList.VERTICAL);
  /external/fonttools/Lib/fontTools/
agl.py 245 253C;SF050000;BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
248 251C;SF080000;BOX DRAWINGS LIGHT VERTICAL AND RIGHT
249 2524;SF090000;BOX DRAWINGS LIGHT VERTICAL AND LEFT
251 2502;SF110000;BOX DRAWINGS LIGHT VERTICAL
252 2561;SF190000;BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
253 2562;SF200000;BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
256 2563;SF230000;BOX DRAWINGS DOUBLE VERTICAL AND LEFT
257 2551;SF240000;BOX DRAWINGS DOUBLE VERTICAL
262 255E;SF360000;BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
263 255F;SF370000;BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGL
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
ManualFieldPickerActivity.java 46 import static android.support.v7.widget.LinearLayoutManager.VERTICAL;
78 mRecyclerView.addItemDecoration(new DividerItemDecoration(this, VERTICAL));
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
ManualFieldPickerActivity.java 46 import static android.support.v7.widget.LinearLayoutManager.VERTICAL;
78 mRecyclerView.addItemDecoration(new DividerItemDecoration(this, VERTICAL));

Completed in 1396 milliseconds

1 2 3 4