HomeSort by relevance Sort by last modified time
    Searched refs:HORIZONTAL (Results 176 - 200 of 357) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java 47 @IntDef({HORIZONTAL, VERTICAL})
51 public static final int HORIZONTAL = 0;
84 * if {@link #mOrientation} is horizontal.
102 * horizontal linear layouts, the offset of 0 is appropriate.
634 * @param widthMeasureSpec Horizontal space requirements as imposed by the parent.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StatusPanel.java 312 scale = new Scale(composite, SWT.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 88 RowLayout layout = new RowLayout(SWT.HORIZONTAL);
LayoutActionBar.java 99 mLayoutToolBar = new ToolBar(this, /*SWT.WRAP |*/ SWT.FLAT | SWT.RIGHT | SWT.HORIZONTAL);
480 ToolBar toolBar = new ToolBar(this, SWT.FLAT | SWT.RIGHT | SWT.HORIZONTAL);
549 ToolBar toolBar = new ToolBar(this, SWT.FLAT | SWT.RIGHT | SWT.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 103 Label label = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCreationPage.java 106 new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL).setLayoutData(
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 57 private static final int HORIZONTAL = 0; // as defined in attrs.xml
82 * Either {@link #HORIZONTAL} or {@link #VERTICAL}.
358 // horizontal
460 mOrientation = a.getInt(R.styleable.SlidingTab_orientation, HORIZONTAL);
722 return mOrientation == HORIZONTAL;
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
GridLayoutManager.java 91 * @param orientation Layout orientation. Should be {@link #HORIZONTAL} or {@link
118 if (mOrientation == HORIZONTAL) {
153 if (mOrientation == HORIZONTAL) {
227 if (mOrientation == HORIZONTAL) {
736 * This is called after laying out a row (if vertical) or a column (if horizontal) when the
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 180 constraintsStretch.fill = GridBagConstraints.HORIZONTAL;
192 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL;
215 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 175 @IntDef(prefix = { "HORIZONTAL", "VERTICAL" }, value = {
176 HORIZONTAL,
183 * The horizontal orientation.
185 public static final int HORIZONTAL = LinearLayout.HORIZONTAL;
258 private static final int DEFAULT_ORIENTATION = HORIZONTAL;
322 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
343 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
354 * orientation as {@code HORIZONTAL} - because {@code TextView} is capable o
1218 public final boolean horizontal; field in class:GridLayout.Axis
    [all...]
LinearLayout.java 52 * android:orientation="horizontal"
66 * both horizontal and vertical alignment of all child views within the single row or column.</p>
90 @IntDef({HORIZONTAL, VERTICAL})
94 public static final int HORIZONTAL = 0;
133 * if {@link #mOrientation} is horizontal.
151 * horizontal linear layouts, the offset of 0 is appropriate.
368 * to left and right end of dividers. For a horizontal layout, the padding is applied to top and
748 * @param widthMeasureSpec Horizontal space requirements as imposed by the parent.
    [all...]
TabHost.java 335 case LinearLayout.HORIZONTAL:
  /frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/
GridLayout.java 172 * The horizontal orientation.
174 public static final int HORIZONTAL = LinearLayout.HORIZONTAL;
239 private static final int DEFAULT_ORIENTATION = HORIZONTAL;
308 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
328 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
339 * orientation as {@code HORIZONTAL} - because {@code TextView} is capable of
343 * GridLayout, so it's fine to leave GridLayout in {@code HORIZONTAL} mode even if
346 * The default value of this property is {@link #HORIZONTAL}
1106 public final boolean horizontal; field in class:GridLayout.Axis
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
LinearLayoutCompat.java 49 * The default orientation is horizontal.
60 @IntDef({HORIZONTAL, VERTICAL})
64 public static final int HORIZONTAL = 0;
98 * if {@link #mOrientation} is horizontal.
114 * horizontal linear layouts, the offset of 0 is appropriate.
587 * @param widthMeasureSpec Horizontal space requirements as imposed by the parent.
    [all...]
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
RecyclerViewCacheTest.java 335 layout.setOrientation(LinearLayoutManager.HORIZONTAL);
833 LinearLayoutManager.HORIZONTAL, mReverseInner));
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java 120 // Only applicable if {@link #mOrientation} is horizontal
183 * weightsum is a horizontal LinearLayout. There are three children in it.
204 assertEquals(LinearLayout.HORIZONTAL, parent.getOrientation());
251 parent.setOrientation(LinearLayout.HORIZONTAL);
291 parent.setOrientation(LinearLayout.HORIZONTAL);
331 * layout of horizontal LinearLayout.
360 assertEquals(LinearLayout.HORIZONTAL, parent.getOrientation());
    [all...]
TabWidgetTest.java 258 } else if (mockTabWidget.getOrientation() == LinearLayout.HORIZONTAL) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
tktools.py 105 hbar = Scrollbar(frame, orient=HORIZONTAL, name="hbar",
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
BarPlotExampleActivity.java 113 TextOrientationType.HORIZONTAL);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarFrame.java 125 c.fill = GridBagConstraints.HORIZONTAL;
  /external/python/cpython2/Tools/webchecker/
tktools.py 105 hbar = Scrollbar(frame, orient=HORIZONTAL, name="hbar",
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 103 setOrientation(LinearLayout.HORIZONTAL);
HardwareUiLayout.java 179 linearLayout.setOrientation(LinearLayout.HORIZONTAL);
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
Layout.java 504 mNavBarOrientation = barOnBottom ? LinearLayout.HORIZONTAL : VERTICAL;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java 143 if (mOrientation == LinearLayout.HORIZONTAL) {

Completed in 944 milliseconds

1 2 3 4 5 6 78 91011>>