HomeSort by relevance Sort by last modified time
    Searched refs:LEFT (Results 76 - 100 of 147) sorted by null

1 2 34 5 6

  /external/qemu/android/
hw-events.h 148 KEY_CODE(LEFT ,105) \
406 BTN_CODE(LEFT, 0x110) \
  /frameworks/base/graphics/java/android/graphics/
Paint.java 53 Align.LEFT, Align.CENTER, Align.RIGHT
158 * [x,y] coordinates. The default is LEFT.
164 LEFT (0),
170 * The text is drawn to the left of the x,y origin
806 * text is positioned relative to its origin. LEFT align means that all of
808 * specifieds the LEFT edge of the text) and so on.
818 * text is positioned relative to its origin. LEFT align means that all of
820 * specifieds the LEFT edge of the text) and so on.
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint.java 44 private Align mAlign = Align.LEFT;
185 * [x,y] coordinates. The default is LEFT.
191 LEFT (0),
197 * The text is drawn to the left of the x,y origin
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 259 TableHelper.createTreeColumn(tree, "Name", SWT.LEFT, 150, COL_NAME,
261 TableHelper.createTreeColumn(tree, "Configuration", SWT.LEFT, 500, COL_CONFIG,
  /external/webkit/WebCore/rendering/
RenderFieldset.cpp 76 case LEFT:
  /external/webkit/WebKit/android/nav/
CacheBuilder.h 67 LEFT,
243 int overlap(int left, int right); // returns distance scale factor as 16.16 scalar
CachedFrame.h 53 LEFT,
175 static SkFixed Overlap(int span, int left, int right);
185 void setNavInclusion(int left, int right);
186 void setNavOverlap(int span, int left, int right);
187 void setWorkingInclusion(int left, int right);
188 void setWorkingOverlap(int span, int left, int right);
  /frameworks/base/core/java/android/widget/
TableRow.java 228 case Gravity.LEFT:
RelativeLayout.java 77 * Rule that aligns a child's right edge with another child's left edge.
81 * Rule that aligns a child's left edge with another child's right edge.
98 * Rule that aligns a child's left edge with another child's left edge.
115 * Rule that aligns the child's left edge with its RelativeLayout
116 * parent's left edge.
156 private int mGravity = Gravity.LEFT | Gravity.TOP;
191 * effect if the gravity is <code>Gravity.LEFT | Gravity.TOP</code>.
207 * <code>Gravity.LEFT | Gravity.TOP</code>.
220 gravity |= Gravity.LEFT;
342 int left = Integer.MAX_VALUE; local
887 int left = (myWidth - childWidth) \/ 2; local
    [all...]
ZoomButtonsController.java 244 lp.gravity = Gravity.TOP | Gravity.LEFT;
463 // lp.x and lp.y should be relative to the owner's window top-left
647 if (containerCoordsX >= frame.left && containerCoordsX <= frame.right) {
650 distanceX = Math.min(Math.abs(frame.left - containerCoordsX),
  /packages/apps/Gallery3D/src/com/cooliris/media/
StringTexture.java 133 paint.setTextAlign(Align.LEFT);
203 // BIDI text should fade on the left.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 110 formText.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
UiPackageAttributeNode.java 110 formText.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 61 * more values can be selected using an "or", e.g. "align='left|top'".
88 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
UiResourceAttributeNode.java 85 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
175 * left side of the insertion point). In the example above it would be "@style/my_".
  /sdk/traceview/src/com/android/traceview/
ProfileView.java 83 TreeColumn column = new TreeColumn(tree, SWT.LEFT);
ProfileProvider.java 50 private int mColumnAlignments[] = { SWT.LEFT, SWT.RIGHT, SWT.RIGHT,
  /external/webkit/WebCore/editing/
EditorCommand.cpp 562 return executeApplyParagraphStyle(frame, source, EditActionAlignLeft, CSSPropertyTextAlign, "left");
634 frame->selection()->modify(SelectionController::MOVE, SelectionController::LEFT, CharacterGranularity, true);
640 frame->selection()->modify(SelectionController::EXTEND, SelectionController::LEFT, CharacterGranularity, true);
    [all...]
  /external/qemu/android/skin/
keyset.c 172 _KEYSYM1_(LEFT) \
  /external/webkit/WebCore/page/
DOMSelection.cpp 282 else if (equalIgnoringCase(directionString, "left"))
283 direction = SelectionController::LEFT;
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 130 // The left side of the item is the grabber for dragging the item
372 mWindowParams.gravity = Gravity.TOP | Gravity.LEFT;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ScaleDrawableTest.java 401 mockDrawable, Gravity.LEFT, scaleWidth, scaleHeight);
406 Gravity.apply(Gravity.LEFT, bounds.width() - (int) (bounds.width() * scaleWidth),
408 assertEquals(expected.left, mockDrawable.getBounds().left);
425 assertEquals(expected.left, mockDrawable.getBounds().left);
436 assertEquals(bounds.left, mockDrawable.getBounds().left);
447 assertEquals(bounds.left, mockDrawable.getBounds().left);
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 176 JPanel extras = new JPanel(new FlowLayout(FlowLayout.LEFT, 0, 0));
220 JPanel sliderPanel = new JPanel(new FlowLayout(FlowLayout.LEFT, 0, 0));
253 private int left; field in class:ScreenViewer.LoupeViewer
281 g.translate(-left, -top);
339 g.translate(left, top);
343 int x = Math.max(0, Math.min((event.getX() + left) / zoom, image.getWidth() - 1));
350 left = x * zoom - width / 2 + zoom / 2;
586 s.translate(p.left - p.scrollX, p.top - p.scrollY);
589 s.drawRect(node.left, node.top, node.width - 1, node.height - 1);
590 s.translate(node.left, node.top)
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 496 TableColumn col1 = new TableColumn(hardwareTable, SWT.LEFT);
509 TableColumn col2 = new TableColumn(hardwareTable, SWT.LEFT);
    [all...]

Completed in 571 milliseconds

1 2 34 5 6