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

1 2 3 4 5 6 7

  /external/webkit/Source/WebCore/dom/
OverflowEvent.idl 27 const unsigned short HORIZONTAL = 0;
OverflowEvent.cpp 51 m_orient = HORIZONTAL;
OverflowEvent.h 36 HORIZONTAL = 0,
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 45 new ClipDrawable((Drawable) null, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
48 new ClipDrawable(bmpDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
55 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
72 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
80 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
88 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
92 clipDrawable = new ClipDrawable(mockDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
102 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
108 clipDrawable = new ClipDrawable(bmpDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
116 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
    [all...]
  /sdk/rule_api/src/com/android/ide/common/api/
ResizePolicy.java 38 private static final int HORIZONTAL = LEFT_EDGE | RIGHT_EDGE;
40 private static final int ANY = HORIZONTAL | VERTICAL;
46 private static final ResizePolicy sHorizontal = new ResizePolicy(HORIZONTAL);
133 * Returns a resize policy allowing horizontal resizing only
135 * @return a policy which allows horizontal resizing only
138 public static ResizePolicy horizontal() { method in class:ResizePolicy
  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.h 60 bool isHorizontal() const { return style()->boxOrient() == HORIZONTAL; }
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
FakeActionBar.java 33 super(context, density, LinearLayout.HORIZONTAL, "/bars/action_bar.xml", "action_bar.xml");
TitleBar.java 33 super(context, density, LinearLayout.HORIZONTAL, "/bars/title_bar.xml", "title_bar.xml");
StatusBar.java 34 super(context, density, LinearLayout.HORIZONTAL, "/bars/status_bar.xml", "status_bar.xml");
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageFlip.java 76 flip = FLIP.HORIZONTAL;
78 case HORIZONTAL:
103 case HORIZONTAL:
107 flip = FLIP.HORIZONTAL;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
SelfOrientingSashForm.java 74 * Returns SWT.HORIZONTAL if the controls in the SashForm are laid out side by side or
77 * @return SWT.HORIZONTAL or SWT.VERTICAL
130 newOrientation = SWT.HORIZONTAL;
147 return SWT.HORIZONTAL;
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
GoneParentFocusedChild.java 59 mLayout.setOrientation(LinearLayout.HORIZONTAL);
66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL);
AdjacentVerticalRectLists.java 67 mLayout.setOrientation(LinearLayout.HORIZONTAL);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MultiLayersActivity.java 37 row1.setOrientation(LinearLayout.HORIZONTAL);
42 row2.setOrientation(LinearLayout.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 87 Label sep = toolkit.createSeparator(row, SWT.HORIZONTAL);
95 sep = toolkit.createSeparator(row, SWT.HORIZONTAL);
  /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);
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/wizards/elements/
AddRemoveButtons.java 65 Label separator = new Label(this, SWT.SEPARATOR | SWT.HORIZONTAL);
InputRemoveButtons.java 64 Label separator = new Label(this, SWT.SEPARATOR | SWT.HORIZONTAL);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java 57 Label separator = new Label(this, SWT.SEPARATOR | SWT.HORIZONTAL);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
EllipsizeLayout.java 10 * When this layout is in the Horizontal orientation and one and only one child
27 if (getOrientation() == HORIZONTAL
  /external/proguard/src/proguard/gui/
FilterDialog.java 73 textConstraints.fill = GridBagConstraints.HORIZONTAL;
85 textFieldConstraints.fill = GridBagConstraints.HORIZONTAL;
92 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 52 public static final int HORIZONTAL = 1;
60 * @param orientation Bitwise-or of {@link #HORIZONTAL} and/or {@link #VERTICAL}
85 HORIZONTAL);
204 if ((mClipState.mOrientation & HORIZONTAL) != 0) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
MultiPaneChallengeLayout.java 41 public static final int HORIZONTAL = LinearLayout.HORIZONTAL;
76 HORIZONTAL);
290 if (mOrientation == HORIZONTAL) {
370 final boolean fixedLayoutHorizontal = fixedLayoutSize && mOrientation == HORIZONTAL;
514 if (parent.mOrientation == HORIZONTAL) {
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
PixelPerfectControls.java 117 mOverlaySlider = new Slider(this, SWT.HORIZONTAL);
134 mAutoRefreshSlider = new Slider(this, SWT.HORIZONTAL);
148 mZoomSlider = new Slider(this, SWT.HORIZONTAL);

Completed in 474 milliseconds

1 2 3 4 5 6 7