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

1 2 3 45 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 143 Label separator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialog.java 123 Label separator = new Label(c, SWT.SEPARATOR | SWT.HORIZONTAL);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java 289 l = new Label(parent, SWT.SEPARATOR | SWT.HORIZONTAL);
AvdSelector.java 307 Label l = new Label(buttons, SWT.SEPARATOR | SWT.HORIZONTAL);
    [all...]
AvdCreationDialog.java 401 label = new Label(parent, SWT.SEPARATOR | SWT.HORIZONTAL);
    [all...]
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generatemenucode/ui/
GenerateMenuCodeDialog.java 151 Label separator = new Label(mainComposite, SWT.SEPARATOR | SWT.HORIZONTAL);
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/ui/wizards/
CreateKeystorePage.java 134 Label separator1 = new Label(mainComposite, SWT.SEPARATOR | SWT.HORIZONTAL);
  /frameworks/base/core/java/android/widget/
LinearLayout.java 42 * The default orientation is horizontal.
60 public static final int HORIZONTAL = 0;
82 * if {@link #mOrientation} is horizontal.
100 * horizontal linear layouts, the offset of 0 is appropriate.
623 * @param widthMeasureSpec Horizontal space requirements as imposed by the parent.
    [all...]
ProgressBar.java 77 * a spinning wheel or a horizontal bar.
120 * horizontal progress bar, apply the {@link android.R.style#Widget_ProgressBar_Horizontal
121 * Widget.ProgressBar.Horizontal} style, like so:</p>
125 * style="@android:style/Widget.ProgressBar.Horizontal"
128 * <p>If you will use the progress bar to show real progress, you must use the horizontal bar. You
145 * android:orientation="horizontal"
160 * <li>{@link android.R.style#Widget_ProgressBar_Horizontal Widget.ProgressBar.Horizontal}</li>
358 ClipDrawable.HORIZONTAL) : shapeDrawable;
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapPanel.java 513 Label l = new Label(c, SWT.SEPARATOR | SWT.HORIZONTAL);
709 final Sash sash = new Sash(c, SWT.HORIZONTAL | SWT.BORDER);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 208 //Label projectSeparator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL);
237 Label separator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL);
392 Label separator = new Label(parent, SWT.SEPARATOR | SWT.HORIZONTAL);
    [all...]
NewProjectPage.java 319 Label label = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL);
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp     [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 71 * a spinning wheel or a horizontal bar.
114 * horizontal progress bar, apply the {@link android.R.style#Widget_ProgressBar_Horizontal
115 * Widget.ProgressBar.Horizontal} style, like so:</p>
119 * style="@android:style/Widget.ProgressBar.Horizontal"
122 * <p>If you will use the progress bar to show real progress, you must use the horizontal bar. You
139 * android:orientation="horizontal"
154 * <li>{@link android.R.style#Widget_ProgressBar_Horizontal Widget.ProgressBar.Horizontal}</li>
354 ClipDrawable.HORIZONTAL) : shapeDrawable;
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java 207 Label separator = new Label(mShell, SWT.SEPARATOR | SWT.HORIZONTAL);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 152 Label separator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 282 mFrameSelectionScale = new Scale(c, SWT.HORIZONTAL);
  /tools/motodev/src/plugins/videos/src/com/motorola/studio/android/videos/ui/views/
MOTODEVVideosView.java     [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 191 mHorizontal = (orientation == LinearLayout.HORIZONTAL);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 565 lineView.setOrientation(LinearLayout.HORIZONTAL);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java     [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatPanel.java 385 SashForm sash = new SashForm(parent, SWT.HORIZONTAL);
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 392 private StretchView horizontal; field in class:ImageEditorPanel.StretchesViewer
408 horizontal = new StretchView();
416 add(horizontal, new GridBagConstraints(0, 1, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER,
437 horizontal.scaledWidth = scaledWidth;
472 horizontal.remainderHorizontal = horizontal.scaledWidth - remainderHorizontal;
476 horizontal.remainderVertical = horizontal.scaledHeight - remainderVertical;
704 1.0f, 1.0f, GridBagConstraints.FIRST_LINE_START, GridBagConstraints.HORIZONTAL,
    [all...]

Completed in 1323 milliseconds

1 2 3 45 6 7