HomeSort by relevance Sort by last modified time
    Searched refs:RIGHT (Results 101 - 125 of 333) sorted by null

1 2 3 45 6 7 8 91011>>

  /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.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 93 SWT.LEFT, SWT.LEFT, SWT.RIGHT, SWT.RIGHT,
136 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l);
145 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l);
  /cts/tests/tests/database/src/android/database/cts/
CursorJoinerTest.java 99 case RIGHT:
157 assertEquals(Result.RIGHT, cursorJoiner.next());
  /external/chromium_org/ash/display/
screen_position_controller_unittest.cc 101 SetSecondaryDisplayLayout(DisplayLayout::RIGHT);
134 SetSecondaryDisplayLayout(DisplayLayout::RIGHT);
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 47 tab_bounds.right() - initial_tab_offset;
117 swipe_direction_ = (x_offset < 0) ? LEFT : RIGHT;
135 Direction direction = (x_offset < 0) ? LEFT : RIGHT;
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_uitest.cc 126 ui_controls::RIGHT, ui_controls::DOWN,
138 ui_controls::RIGHT, ui_controls::UP,
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 31 using ui_controls::RIGHT;
187 case RIGHT:
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 142 // TODO: Decide whether it should be gravity left or right...
210 int minDistance = 10; // Don't center or right/bottom align in tiny cells
214 horizontalType = SegmentType.RIGHT;
244 description.append(String.format("Shift column %1$d right",
272 * Adds a match to align the right edge with some other edge.
275 // TODO: Only match the right hand side if the drag bounds fit fully within the
282 columnMatches.add(new GridMatch(SegmentType.RIGHT, rightDistance, columnX,
369 //columnMatches.add(new GridMatch(SegmentType.RIGHT, distance, matchedLine,
391 // This is two columns, where the right hand side edge of column 1 is
397 // right hand side of button1 a better match than matching left on column 2
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos.cc 102 unit->overscan.right = overscan_insets.right();
132 // - position: Whether the rectangle is positioned left, right, over or under
135 // opposite the position direction (if the rectangle is left or right along
171 // Translate the coordinating system again, so the bottom right point of the
183 position = is_bottom_right ? ash::DisplayLayout::RIGHT :
195 // The rectangle is left or right, but completely under the reference.
198 // The rectangle is left or right, but completely over the reference.
203 // The rectangle is over or under, but completely right of the reference.
204 position = ash::DisplayLayout::RIGHT;
    [all...]
  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar_views.cc 29 RIGHT,
124 case RIGHT:
240 next_button_ = new ScrollBarButton(this, ScrollBarButton::RIGHT);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 70 self.filesbar.pack(side=RIGHT, fill=Y)
73 self.files.pack(side=RIGHT, expand=YES, fill=BOTH)
102 self.cancel_button.pack(side=RIGHT)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 70 self.filesbar.pack(side=RIGHT, fill=Y)
73 self.files.pack(side=RIGHT, expand=YES, fill=BOTH)
102 self.cancel_button.pack(side=RIGHT)
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 78 lblDebugger.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
88 lblNewLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
114 lblPort.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
  /external/chromium_org/ui/views/controls/table/
table_utils.cc 97 case ui::TableColumn::RIGHT:
  /external/chromium_org/ui/views/examples/
table_example.cc 68 columns.back().alignment = ui::TableColumn::RIGHT;
  /external/guava/guava/src/com/google/common/collect/
TreeMultiset.java 23 import static com.google.common.collect.BstSide.RIGHT;
258 return iteratorInDirection(startingPath, RIGHT);
265 BstRangeOps.furthestPath(range, RIGHT, pathFactory(), root);
375 @Nullable Node<E> right) {
376 super(key, left, right);
378 this.size = (long) elemCount + sizeOrZero(left) + sizeOrZero(right);
379 this.distinct = 1 + distinctOrZero(left) + distinctOrZero(right);
384 - sizeOrZero(childOrNull(RIGHT));
452 @Nullable Node<Object> right) {
453 return new Node<Object>(source.getKey(), source.elemCount(), left, right);
    [all...]
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 65 Spec col1c = spec(0, RIGHT);
BiDiTestGridLayoutCodeRtl.java 65 Spec col1c = spec(0, RIGHT);
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AlignmentTest.java 34 public static final Alignment[] HORIZONTAL_ALIGNMENTS = {LEFT, CENTER, RIGHT, FILL};
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextActivity.java 99 mMediumPaint.setTextAlign(Paint.Align.RIGHT);
TextOnPathActivity.java 147 mPaint.setTextAlign(Paint.Align.RIGHT);
  /frameworks/support/v4/java/android/support/v4/view/
GravityCompat.java 39 // Just strip off the relative bit to get LEFT/RIGHT.
98 * absolute LEFT/RIGHT).
106 public static final int END = RELATIVE_LAYOUT_DIRECTION | Gravity.RIGHT;
146 * pushes it to the right; if gravity is RIGHT it pushes it to
148 * right or left; otherwise it is ignored.
192 * if horizontal direction is LTR, then START will set LEFT and END will set RIGHT.
193 * if horizontal direction is RTL, then START will set RIGHT and END will set LEFT.

Completed in 590 milliseconds

1 2 3 45 6 7 8 91011>>