HomeSort by relevance Sort by last modified time
    Searched refs:LEFT (Results 151 - 175 of 446) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 50 labelMenu = Label(self.frameMain, anchor=W, justify=LEFT,
55 labelPath = Label(self.frameMain, anchor=W, justify=LEFT,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 41 # align to left of window
78 self.label = Label(tw, text=self.text, justify=LEFT,
151 text.pack(side=LEFT, fill=BOTH, expand=1)
CodeContext.py 13 from Tkconstants import TOP, LEFT, X, W, SUNKEN
74 anchor=W, justify=LEFT,
configHelpSourceEdit.py 50 labelMenu = Label(self.frameMain, anchor=W, justify=LEFT,
55 labelPath = Label(self.frameMain, anchor=W, justify=LEFT,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 25 import static com.android.ide.common.api.SegmentType.LEFT;
329 if (sourceSegmentTypeX == LEFT) {
339 if (targetSegmentTypeX == LEFT) {
655 } else if (targetSegmentTypeX == LEFT && targetMargins.left > 5) {
656 int sharedX = targetX - targetMargins.left;
673 } else if (sourceSegmentTypeX == LEFT ) {
692 if (targetSegmentTypeX == LEFT) {
693 sharedX -= targetMargins.left;
718 if (sourceSegmentTypeX == LEFT) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 81 fromLabel.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 2, 1));
105 mFlatten.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 105 dummy1.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, true, 1, 1));
113 dummy2.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, true, 1, 1));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
TestTargetPage.java 79 mCurrentRadioButton.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 2, 1));
84 mExistingRadioButton.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/templates/
NewProjectPage.java 125 GridData gdApplicationText = new GridData(SWT.LEFT, SWT.CENTER, true, false, 2, 1);
138 GridData gdProjectText = new GridData(SWT.LEFT, SWT.CENTER, true, false, 2, 1);
152 GridData gdPackageText = new GridData(SWT.LEFT, SWT.CENTER, true, false, 2, 1);
178 GridData gdMinSdkCombo = new GridData(SWT.LEFT, SWT.CENTER, true, false, 1, 1);
251 GridData gdTargetSdkCombo = new GridData(SWT.LEFT, SWT.CENTER, true, false, 1, 1);
277 GridData gdBuildSdkCombo = new GridData(SWT.LEFT, SWT.CENTER, true, false, 1, 1);
304 GridData gdThemeCombo = new GridData(SWT.LEFT, SWT.CENTER, true, false, 1, 1);
401 ControlDecoration dec = new ControlDecoration(control, SWT.LEFT);
    [all...]
ActivityPage.java 109 mCreateToggle.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 3, 1));
166 mHeading.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 2, 1));
170 mDescription.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, false, 2, 1));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 421 SWT.LEFT, "AAA+AAAAAAAAAAAAAAAAAAA", //$NON-NLS-1$
425 SWT.LEFT, "AAAAAAAAAAAAAAAAAAA", //$NON-NLS-1$
429 SWT.LEFT, "AAA+Android 9.9.9", //$NON-NLS-1$
433 SWT.LEFT, "Debug", //$NON-NLS-1$
437 SWT.LEFT, "bootloader", //$NON-NLS-1$
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 71 * Info 701: Shift left of signed quantity (int)
134 u32 left; member in struct:__anon18122
137 enum { TOP = 0, LEFT = 1, INNER = 2 };
232 Function to determine if there is a slice boundary on the left side
304 /* filterLeftMbEdgeFlag, left mb is MB_A */
389 Function to calculate boundary strength value bs for left- or
486 Function to calculate boundary strength value bs for left-
558 filtered macroblock, macroblock above and macroblock on the left of
563 mb pointer to macroblock data structure of the top-left
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.js 36 LEFT: 3
71 * Gets the position of |point| to |rect|, left, right, top, or bottom.
78 // Separates the area into four (LEFT/RIGHT/TOP/BOTTOM) by the diagonals of
88 return options.SecondaryDisplayLayout.LEFT;
303 // Offset is calculated from top or left edge.
307 if (this.layout_ == options.SecondaryDisplayLayout.LEFT ||
399 options.SecondaryDisplayLayout.LEFT :
402 case options.SecondaryDisplayLayout.LEFT:
405 options.SecondaryDisplayLayout.LEFT;
419 if (this.layout_ == options.SecondaryDisplayLayout.LEFT ||
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
ctrees.c 13 #define LEFT 0
17 #define LEFT_NODE(node) (node->link[LEFT])
176 direction = LEFT;
185 down_dir = (LEFT_NODE(node) == NULL) ? RIGHT : LEFT;
198 direction = (cmp_res < 0) ? LEFT : RIGHT;
221 direction = LEFT;
241 direction = (cval < 0) ? LEFT : RIGHT;
723 /* find biggest node of left subtree */
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 72 * to the left of the photo, the text lines are aligned to the left and the presence icon (if
73 * present) is set to the left of the status line.
95 // Set in onLayout. Represent left and right position of the View on the screen.
130 LEFT,
139 return (opposite ? PhotoPosition.LEFT : PhotoPosition.RIGHT);
142 return (opposite ? PhotoPosition.RIGHT : PhotoPosition.LEFT);
182 * those left assuming there is a photo.
348 if (mPhotoPosition != PhotoPosition.LEFT) {
397 final int mode = (mPhotoPosition == PhotoPosition.LEFT
    [all...]
  /external/chromium_org/ash/wm/overview/
window_grid.cc 125 case WindowSelector::LEFT:
243 case WindowSelector::LEFT:
265 case WindowSelector::LEFT:
  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar_views.cc 28 LEFT,
122 case LEFT:
239 prev_button_ = new ScrollBarButton(this, ScrollBarButton::LEFT);
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 225 mLayout.setHorizontalGravity(Gravity.LEFT);
250 mLayout.setHorizontalGravity(Gravity.LEFT);
281 mLayout.setHorizontalGravity(Gravity.LEFT);
326 mLayout.setHorizontalGravity(Gravity.LEFT);
  /development/apps/Development/src/com/android/development/
LogViewer.java 57 text.setGravity(Gravity.BOTTOM | Gravity.LEFT);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList1.java 119 textView.setGravity(Gravity.CENTER_VERTICAL | Gravity.LEFT);
  /external/chromium_org/cc/base/
tiling_data.h 175 enum Direction { UP, LEFT, DOWN, RIGHT };
  /external/chromium_org/chrome/browser/ui/views/location_bar/
star_view_browsertest.cc 135 ui_controls::LEFT,
155 region_before.left == region_after.left &&
  /external/chromium_org/ui/views/controls/table/
table_utils.cc 96 case ui::TableColumn::LEFT:
  /external/droiddriver/src/com/google/android/droiddriver/actions/
SwipeAction.java 127 * @param leftMarginRatio margin ratio from left
153 int adjustedLeft = elementRect.left + leftMargin;
173 case LEFT:
  /external/guava/guava/src/com/google/common/collect/
TreeMultiset.java 22 import static com.google.common.collect.BstSide.LEFT;
257 BstRangeOps.furthestPath(range, LEFT, pathFactory(), root);
266 return iteratorInDirection(startingPath, LEFT);
374 private Node(E key, int elemCount, @Nullable Node<E> left,
376 super(key, left, right);
378 this.size = (long) elemCount + sizeOrZero(left) + sizeOrZero(right);
379 this.distinct = 1 + distinctOrZero(left) + distinctOrZero(right);
383 long result = size - sizeOrZero(childOrNull(LEFT))
451 public Node<Object> createNode(Node<Object> source, @Nullable Node<Object> left,
453 return new Node<Object>(source.getKey(), source.elemCount(), left, right)
    [all...]

Completed in 4282 milliseconds

1 2 3 4 5 67 8 91011>>