HomeSort by relevance Sort by last modified time
    Searched refs:LEFT (Results 226 - 250 of 320) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 134 ssize_t left,
138 mLeft(left),
146 size_t &left,
173 ssize_t left,
182 static const ssize_t LEFT = -1000;
219 static const ssize_t LEFT = -1000;
363 ssize_t left; member in struct:android::CameraHalEvent::FaceData_t
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 129 GridData gdSdkCombo = new GridData(SWT.LEFT, SWT.CENTER, true, false, 1, 1);
142 mCreateTestCheckbox.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 2, 1));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 149 GridData gd_mRegionCombo = new GridData(SWT.LEFT, SWT.CENTER, false, false, 1, 1);
156 GridData gd_mFlag = new GridData(SWT.LEFT, SWT.CENTER, false, false, 1, 1);
  /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...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java     [all...]
  /external/chromium/chrome/browser/ui/views/
task_manager_view.cc 379 ui::TableColumn::LEFT, -1, 1));
522 // y-coordinate of button top left.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java 282 new TableViewerColumn(m_table, SWT.LEFT);
  /external/ganymed-ssh2/examples/
SwingShell.java 162 * a real vt100 is left as an exercise to the reader, i.e., to you =)
304 botPanel = new JPanel(new FlowLayout(FlowLayout.LEFT));
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 494 * @param gravity A combination of (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL,
518 case Gravity.LEFT:
527 // Same as left -- do nothing
537 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT)
559 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT)
592 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT)
614 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT)
644 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT)
665 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT)
691 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 259 formText.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
506 // look for how many segments we have left.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 107 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
197 * left side of the insertion point). In the example above it would be "@style/my_".
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterChooserDialog.java 153 // Left part of Sash Form
215 placeholder.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, false, 1, 1));
236 * <li>Inserts a help label on the left of the first button.
259 // Label at the left of the install/cancel buttons
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 55 private int mColumnAlignments[] = { SWT.LEFT,
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/ui/dialogs/importks/
ConvertKeyStoreTypeDialog.java 340 GridData gd_currentTypeLabel = new GridData(SWT.LEFT, SWT.CENTER, false, false, 1, 1);
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 436 mEventExtrasPaint.setTextAlign(Align.LEFT);
448 mEventDeclinedExtrasPaint.setTextAlign(Align.LEFT);
565 r.left = computeDayLeftPosition(mTodayIndex) + (TODAY_HIGHLIGHT_WIDTH / 2);
574 // Computes the x position for the left side of the given day
637 r.left = 0;
640 // compute left edge for i, set up r, draw
645 // compute left edge for i, set up r, draw
647 r.left = computeDayLeftPosition(i - offset);
653 r.left = computeDayLeftPosition(mTodayIndex);
665 r.left = computeDayLeftPosition(mClickedDayIndex)
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatPanel.java 404 gd.horizontalAlignment = SWT.LEFT;
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
LegacyAvdEditDialog.java 586 TableColumn col1 = new TableColumn(hardwareTable, SWT.LEFT);
604 TableColumn col2 = new TableColumn(hardwareTable, SWT.LEFT);
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /tools/motodev/src/plugins/preflighting.ui/src/com/motorolamobility/preflighting/ui/tabs/
CheckersTabComposite.java 354 String left = ""; //$NON-NLS-1$ local
359 left = checkerLeft.getName();
363 left = checkerLeft.getId();
369 left = ((leftParams != null) ? leftParams : "");
376 left = ((leftWarningLevel != null) ? leftWarningLevel.toString() : "");
383 return left.compareTo(right) * direction;
436 String left = ""; //$NON-NLS-1$ local
441 left = conditionLeft.getName();
445 left = conditionLeft.getId();
449 left = conditionLeft.getSeverityLevel().toString();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 114 // additional instrumentation for testing purposes; intended to be left on during development
176 // left-hand icons
513 public void onLayoutChange(View v, int left, int top, int right, int bottom,
642 lp.gravity = Gravity.BOTTOM | Gravity.LEFT;
664 lp.gravity = Gravity.BOTTOM | Gravity.LEFT;
1654 final int left = location[0]; local
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 57 * Layout manager that allows the user to flip left and right
318 * page position to the right, and -1 is one page position to the left.
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 182 * {@link android.view.View#getLeft() left},
583 return horizontal ? LEFT : TOP;
848 getMargin1(c, true, true) - insets.left,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 615 lp.gravity = Gravity.BOTTOM | Gravity.LEFT;
641 lp.gravity = Gravity.BOTTOM | Gravity.LEFT;
    [all...]

Completed in 1717 milliseconds

1 2 3 4 5 6 7 8 91011>>