HomeSort by relevance Sort by last modified time
    Searched refs:RIGHT (Results 51 - 75 of 266) sorted by null

1 23 4 5 6 7 8 91011

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java 51 m_toolBar = new ToolBar(this, SWT.FLAT | SWT.RIGHT);
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AbstractLayoutTest.java 31 public static final String[] HORIZONTAL_NAMES = { "LEFT", "CENTER", "RIGHT", "FILL" };
32 public static final int[] HORIZONTAL_ALIGNMENTS = { LEFT, CENTER, RIGHT, FILL };
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PosTextActivity.java 73 mLargePaint.setTextAlign(Paint.Align.RIGHT);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
GridDataBuilder.java 108 /** Sets <code>horizontalAlignment</code> to {@link SWT#RIGHT}. */
110 mGD.horizontalAlignment = SWT.RIGHT;
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/
DbPerspective.java 76 IPlaceholderFolderLayout right = local
77 layout.createPlaceholderFolder("right", IPageLayout.RIGHT, 0.7f, editorArea); //$NON-NLS-1$
78 right.addPlaceholder(VIEW_FILE_EXPLORER);
79 right.addPlaceholder(VIEW_ANDROID_EMULATOR);
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 133 hRange = CameraArea::RIGHT - CameraArea::LEFT;
153 ssize_t right,
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
177 if ( ( CameraArea::LEFT > left ) || ( CameraArea::RIGHT < left ) ) {
182 if ( ( CameraArea::LEFT > right ) || ( CameraArea::RIGHT < right ) ) {
183 CAMHAL_LOGEB("Camera area right coordinate is invalid %d", right );
187 if ( left >= right ) {
212 ssize_t top, left, bottom, right, weight; local
    [all...]
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 328 private final JLabel iconLabel = new JLabel("", JLabel.RIGHT);
329 private final JLabel jarNameLabel = new JLabel("", JLabel.RIGHT);
330 private final JLabel filterLabel = new JLabel("", JLabel.RIGHT);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 421 // create a composite to contain the right part (legend + zoom)
503 col = new TableColumn(tab, SWT.RIGHT);
507 col = new TableColumn(tab, SWT.RIGHT);
512 col = new TableColumn(tab, SWT.RIGHT);
517 col = new TableColumn(tab, SWT.RIGHT);
522 col = new TableColumn(tab, SWT.RIGHT);
527 col = new TableColumn(tab, SWT.RIGHT);
550 TableHelper.createTableColumn(tab, "Count", SWT.RIGHT,
554 TableHelper.createTableColumn(tab, "Total Size", SWT.RIGHT,
558 TableHelper.createTableColumn(tab, "Smallest", SWT.RIGHT,
    [all...]
ThreadPanel.java 226 SWT.RIGHT,
233 SWT.RIGHT,
247 SWT.RIGHT,
254 SWT.RIGHT,
336 data.right = new FormAttachment(100, 0);
346 sashData.right = new FormAttachment(100, 0);
353 data.right = new FormAttachment(100, 0);
NativeHeapPanel.java 528 // top layout for the combos and oter controls on the right.
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Clipping.java 44 mPaint.setTextAlign(Paint.Align.RIGHT);
MeasureText.java 109 showText(canvas, "Text", Paint.Align.RIGHT);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GridLayout3.java 34 * The two buttons in the bottom right corner need to be separated from the other UI elements.
59 Spec labelColumn = spec(0, RIGHT);
LinearLayout8.java 100 mLinearLayout.setHorizontalGravity(Gravity.RIGHT);
  /external/guava/guava/src/com/google/common/collect/
BstInOrderPath.java 92 case RIGHT:
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultiset.java 23 import static com.google.common.collect.BstSide.RIGHT;
254 return iteratorInDirection(startingPath, RIGHT);
261 BstRangeOps.furthestPath(range, RIGHT, pathFactory(), root);
371 @Nullable Node<E> right) {
372 super(key, left, right);
374 this.size = (long) elemCount + sizeOrZero(left) + sizeOrZero(right);
375 this.distinct = 1 + distinctOrZero(left) + distinctOrZero(right);
380 - sizeOrZero(childOrNull(RIGHT));
448 @Nullable Node<Object> right) {
449 return new Node<Object>(source.getKey(), source.elemCount(), left, right);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
MultiStateButton.java 180 case Gravity.RIGHT:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java 24 import static com.android.ide.common.api.SegmentType.RIGHT;
49 * different segment types -- the left edge, the right edge, the baseline, the center
123 } else if (vEdge.edgeType == RIGHT) {
186 // TODO - this isn't quite right; this could be a different node than we have
217 edge = new Segment(b.x2(), b.y, b.y2(), null, null, RIGHT, NO_MARGIN);
281 // Reset left AND right bounds regardless of whether both are bound
289 } else if (match.with.edgeType == RIGHT) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
Perspective.java 56 folder = layout.createFolder("ddms-detail", IPageLayout.RIGHT, 0.5f, //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 91 SWT.LEFT, SWT.LEFT, SWT.RIGHT, SWT.RIGHT,
134 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l);
143 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l);
  /tools/motodev/src/plugins/remote.device/src/com/motorola/studio/android/remote/ui/wireless/
WirelessPropertiesComposite.java 198 nameLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.FILL, false, false));
209 hostLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.FILL, false, false));
220 portLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.FILL, false, false));
232 timeoutLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.FILL, false, false));
  /cts/tests/tests/database/src/android/database/cts/
CursorJoinerTest.java 99 case RIGHT:
157 assertEquals(Result.RIGHT, cursorJoiner.next());
  /frameworks/base/core/java/android/text/
AutoText.java 56 private static final int RIGHT = 9300; // Size of 'right' 13 Aug 2007
164 StringBuilder right = new StringBuilder(RIGHT); local
190 off = (char) right.length();
191 right.append((char) dest.length());
192 right.append(dest);
209 mText = right.toString();
226 // end, so fill in the right hand side fields.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java 121 applicationLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1));
135 projectLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1));
148 packageLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1));
174 minSdkLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1));
247 targetSdkLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1));
273 buildSdkLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1));
299 themeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1));
323 mHelpIcon.setLayoutData(new GridData(SWT.RIGHT, SWT.TOP, false, false, 1, 1));
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ScaleDrawableTest.java 322 assertEquals(expected.right, mockDrawable.getBounds().right);
329 mockDrawable, Gravity.BOTTOM | Gravity.RIGHT, scaleWidth, scaleHeight);
333 Gravity.apply(Gravity.BOTTOM | Gravity.RIGHT,
339 assertEquals(expected.right, mockDrawable.getBounds().right);
345 mockDrawable, Gravity.BOTTOM | Gravity.RIGHT, scaleWidth, scaleHeight);
350 assertEquals(bounds.right, mockDrawable.getBounds().right);
356 mockDrawable, Gravity.BOTTOM | Gravity.RIGHT, scaleWidth, scaleHeight)
    [all...]

Completed in 475 milliseconds

1 23 4 5 6 7 8 91011