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

1 2 3 45 6 7 8 910

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 81 Label separator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 105 Label separator = new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java 82 Label l = new Label(getFieldEditorParent(), SWT.SEPARATOR | SWT.HORIZONTAL);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerTest.java 64 for (int orientation : new int[]{VERTICAL, HORIZONTAL}) {
371 if (config.mOrientation == LinearLayoutManager.HORIZONTAL) {
659 Config config = new Config(HORIZONTAL, true, 5, GAP_HANDLING_NONE);
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java 75 * @param orientation Layout orientation. Should be {@link #HORIZONTAL} or {@link
102 if (mOrientation == HORIZONTAL) {
133 if (mOrientation == HORIZONTAL) {
547 * If {@link #getOrientation()} is {@link #HORIZONTAL}, this is the number of rows.
StaggeredGridLayoutManager.java 47 * It supports horizontal & vertical layout as well as an ability to layout children in reverse.
59 public static final int HORIZONTAL = OrientationHelper.HORIZONTAL;
202 * orientation is horizontal, spanCount is number of rows.
203 * @param orientation {@link #VERTICAL} or {@link #HORIZONTAL}
381 * @param orientation {@link #HORIZONTAL} or {@link #VERTICAL}
384 if (orientation != HORIZONTAL && orientation != VERTICAL) {
408 * For horizontal layouts, it depends on the layout direction.
    [all...]
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 93 mContentView.setOrientation(LinearLayout.HORIZONTAL);
121 if (orientation == LinearLayout.HORIZONTAL) {
NavScreen.java 131 ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL);
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 38 * This layout supports two different orientations: vertical and horizontal. When horizontal,
55 * orientation: horizontal or vertical
62 public static final int HORIZONTAL = 0;
122 * Return the current orientation, either VERTICAL (default) or HORIZONTAL.
  /external/chromium_org/ash/system/audio/
volume_view.cc 93 : views::Slider(listener, views::Slider::HORIZONTAL),
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade_unittest.cc 43 HORIZONTAL,
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.cc 140 views::Separator::HORIZONTAL);
  /external/chromium_org/chrome/browser/ui/views/
session_crashed_bubble_view.cc 317 layout->AddView(new views::Separator(views::Separator::HORIZONTAL));
  /external/chromium_org/ui/views/controls/
slider_unittest.cc 238 : SliderTest(Slider::HORIZONTAL) {
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 343 filterLabelConstraints.fill = GridBagConstraints.HORIZONTAL;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 139 private int mNavigationBarOrientation = LinearLayout.HORIZONTAL;
267 So we create a horizontal layout, with the nav bar on the right,
274 topLayout.setOrientation(LinearLayout.HORIZONTAL);
320 // this top layout is the first layout in the horizontal layout. see above)
382 mNavigationBarOrientation == LinearLayout.HORIZONTAL &&
    [all...]
  /frameworks/support/v13/java/android/support/v13/app/
FragmentTabHost.java 152 tw.setOrientation(TabWidget.HORIZONTAL);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
HorizontalGridView.java 34 * A view that shows items in a horizontal scrolling list. The items come from
63 mLayoutManager.setOrientation(RecyclerView.HORIZONTAL);
PlaybackControlsPresenter.java 230 Gravity.LEFT, ClipDrawable.HORIZONTAL);
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTabHost.java 160 tw.setOrientation(TabWidget.HORIZONTAL);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanelTrack.java 81 if (getOrientation() == LinearLayout.HORIZONTAL) {
  /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);
  /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(

Completed in 1579 milliseconds

1 2 3 45 6 7 8 910