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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurawin.cc 22 using ui_controls::RIGHT;
  /external/chromium_org/ui/views/controls/
slider.cc 46 RIGHT,
190 // Inset the slider bar a little bit, so that the left or the right end of
192 // button slides to the left most or right most position.
204 canvas->DrawImageInt(*images_[RIGHT],
205 bar_width - images_[RIGHT]->width(),
215 bar_width - middle - images_[RIGHT]->width(),
  /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);
  /external/chromium_org/ppapi/examples/mouse_lock/
mouse_lock.cc 165 RIGHT = 1,
177 direction = (mouse_movement_.x() < 0) ? LEFT : RIGHT;
209 (direction == RIGHT && x > center_x);
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourcePage.java 72 nameLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
78 xmlLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
83 javaLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
  /frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.java 52 * to emerge from: left or right. (Or start/end on platform versions that support layout direction.)
67 * positioned to the right/end should always contain actions to take on the current content.
68 * This preserves the same navigation left, actions right structure present in the Action Bar
232 mRightCallback = new ViewDragCallback(Gravity.RIGHT);
252 * Set a simple drawable used for the left or right shadow.
271 if ((absGravity & Gravity.RIGHT) == Gravity.RIGHT) {
278 * Set a simple drawable used for the left or right shadow.
323 setDrawerLockMode(lockMode, Gravity.RIGHT);
338 * @param edgeGravity Gravity.LEFT, RIGHT, START or END
    [all...]
  /external/chromium_org/ash/display/
mouse_cursor_event_filter_unittest.cc 47 DisplayLayout::RIGHT,
59 // Touch the right edge of the primary root window. Pointer should warp.
85 // Touch the right edge of the secondary root window.
110 DisplayLayout::RIGHT,
145 DisplayLayout::RIGHT,
209 DisplayLayout layout(DisplayLayout::RIGHT, 0);
342 DisplayLayout(DisplayLayout::RIGHT, 0));
display_layout_store.cc 29 default_display_layout_.position = DisplayLayout::RIGHT;
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_transform.js 63 addCropFrame('right top corner');
65 addCropFrame('right vertical');
68 addCropFrame('right bottom corner');
198 // left/top/right/bottom held instead for convenience.
201 this.bounds_[DraggableRect.RIGHT] = rect.left + rect.width;
208 this.oppositeSide_[DraggableRect.LEFT] = DraggableRect.RIGHT;
209 this.oppositeSide_[DraggableRect.RIGHT] = DraggableRect.LEFT;
217 this.cssSide_[DraggableRect.RIGHT] = 'e';
232 DraggableRect.RIGHT = 'right';
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 85 l.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
104 new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
112 lblTraceBufferSize.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
120 lblTraceAppName.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
155 l.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
HandleView.java 69 static final int RIGHT = 2;
94 mTextSelectHandleRightRes = a.getResourceId(a.getIndex(RIGHT), 0);
120 case RIGHT: {
198 clip.right = mParent.getWidth();
211 return posX >= clip.left && posX <= clip.right &&
  /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);
  /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/droiddriver/src/com/google/android/droiddriver/actions/
SwipeAction.java 77 endX = elementRect.right - swipeAreaWidthAdjust;
80 case RIGHT:
81 startX = elementRect.right - swipeAreaWidthAdjust;
  /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:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 97 self.buttonHelp.pack(side=RIGHT,padx=5)
246 self.radioBg.pack(side=RIGHT,anchor=W)
408 radioStartupShell.pack(side=RIGHT,anchor=W,padx=5,pady=5)
409 radioStartupEdit.pack(side=RIGHT,anchor=W,padx=5,pady=5)
412 radioSaveAuto.pack(side=RIGHT,anchor=W,padx=5,pady=5)
413 radioSaveAsk.pack(side=RIGHT,anchor=W,padx=5,pady=5)
416 entryWinHeight.pack(side=RIGHT,anchor=E,padx=10,pady=5)
417 labelWinHeightTitle.pack(side=RIGHT,anchor=E,pady=5)
418 entryWinWidth.pack(side=RIGHT,anchor=E,padx=10,pady=5)
419 labelWinWidthTitle.pack(side=RIGHT,anchor=E,pady=5
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 97 self.buttonHelp.pack(side=RIGHT,padx=5)
246 self.radioBg.pack(side=RIGHT,anchor=W)
408 radioStartupShell.pack(side=RIGHT,anchor=W,padx=5,pady=5)
409 radioStartupEdit.pack(side=RIGHT,anchor=W,padx=5,pady=5)
412 radioSaveAuto.pack(side=RIGHT,anchor=W,padx=5,pady=5)
413 radioSaveAsk.pack(side=RIGHT,anchor=W,padx=5,pady=5)
416 entryWinHeight.pack(side=RIGHT,anchor=E,padx=10,pady=5)
417 labelWinHeightTitle.pack(side=RIGHT,anchor=E,pady=5)
418 entryWinWidth.pack(side=RIGHT,anchor=E,padx=10,pady=5)
419 labelWinWidthTitle.pack(side=RIGHT,anchor=E,pady=5
    [all...]

Completed in 634 milliseconds

1 2 34 5 6 7 8 91011>>