HomeSort by relevance Sort by last modified time
    Searched refs:RIGHT (Results 126 - 150 of 255) sorted by null

1 2 3 4 56 7 8 91011

  /external/robolectric/lib/main/
maps_v16.jar 
  /frameworks/base/core/java/android/app/
FragmentBreadCrumbs.java 194 case Gravity.RIGHT:
  /frameworks/base/core/java/android/widget/
TableRow.java 235 case Gravity.RIGHT:
FrameLayout.java 165 mForegroundPaddingRight = padding.right;
248 mForegroundPaddingRight = padding.right;
387 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
391 final int parentRight = right - left - getPaddingRightWithForeground();
426 case Gravity.RIGHT:
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFD.cpp 312 hRange = CameraFDResult::RIGHT - CameraFDResult::LEFT;
364 trans_left = 2; // right is now left
366 trans_right = 0; // left is now right
372 trans_right = 2; // right
390 // from sensor pov, the left pos is the right corner of the face in pov of frame
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java 45 public static int RIGHT = 4;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 221 * this case, the bottom right corner will stay fixed).
245 if (horizontalEdge == SegmentType.BOTTOM && verticalEdge == SegmentType.RIGHT) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 172 // right.
183 // The user is dragging the right edge, so the position is anchored on the
253 return SegmentType.RIGHT;
LayoutActionBar.java 70 * layout actions (as well as zooming controls on the right).
99 mLayoutToolBar = new ToolBar(this, /*SWT.WRAP |*/ SWT.FLAT | SWT.RIGHT | SWT.HORIZONTAL);
480 ToolBar toolBar = new ToolBar(this, SWT.FLAT | SWT.RIGHT | SWT.HORIZONTAL);
549 ToolBar toolBar = new ToolBar(this, SWT.FLAT | SWT.RIGHT | SWT.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizardPage.java 121 mNewDirButton.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
  /frameworks/av/media/libmedia/
AudioTrack.cpp 279 mVolume[RIGHT] = 1.0f;
466 status_t AudioTrack::setVolume(float left, float right)
473 if (left < 0.0f || left > 1.0f || right < 0.0f || right > 1.0f) {
479 mVolume[RIGHT] = right;
481 mProxy->setVolumeLR((uint32_t(uint16_t(right * 0x1000)) << 16) | uint16_t(left * 0x1000));
933 mProxy->setVolumeLR((uint32_t(uint16_t(mVolume[RIGHT] * 0x1000)) << 16) |
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 67 * The layout puts the contact's photo on the right side of the view, the call icon (if present)
120 RIGHT
128 return (opposite ? PhotoPosition.RIGHT : PhotoPosition.LEFT);
131 return (opposite ? PhotoPosition.LEFT : PhotoPosition.RIGHT);
173 * When true all the Views on the right side of the photo should have horizontal padding on
397 // on right, we need to use it anyway because mDataView is next to mLabelView.
473 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
475 final int width = right - left;
522 // Photo is the left most view. All the other Views should on the right of the photo.
537 // Photo is the right most view. Right bound should be adjusted that way
    [all...]
  /external/qemu/android/skin/
keyset.c 171 _KEYSYM1_(RIGHT) \
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewActivity.java 93 /** The main pager; provides left/right swipe between photos */
436 return InterceptType.RIGHT;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 172 // The gap at the right of a Box i is at index i. The gap at the left of a
256 // right position.
417 // | | | | | | right->| | | | | |
601 // tries to go left of the first image or go right of the last image.
608 mListener.onPull(pixels, EdgeView.RIGHT);
637 // tries to go left of the first image or go right of the last image.
643 mListener.onPull(-x, EdgeView.RIGHT);
    [all...]
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 173 Gravity.TOP|Gravity.RIGHT));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ProjectContentsPage.java 124 mLocationLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceOptionsDialog.java 318 gd.horizontalAlignment = SWT.RIGHT;
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 140 // on the right.
160 SWT.RIGHT, "Debug Port", //$NON-NLS-1$
163 // right part: buttons
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 534 p.setTextAlign(Align.RIGHT);
535 assertEquals(Align.RIGHT, p.getTextAlign());
  /external/webkit/Source/WebCore/rendering/
RenderListBox.cpp 74 // widget, but I'm not sure this is right for the new control.
344 actualAlignment = itemStyle->isLeftToRightDirection() ? LEFT : RIGHT;
347 if (actualAlignment == RIGHT || actualAlignment == WEBKIT_RIGHT) {
  /frameworks/base/graphics/java/android/graphics/
Paint.java 87 Align.LEFT, Align.CENTER, Align.RIGHT
179 * Flag for getTextRunAdvances indicating left-to-right run direction.
185 * Flag for getTextRunAdvances indicating right-to-left run direction.
316 * The text is drawn to the right of the x,y origin
326 RIGHT (2);
1049 * the text will be drawn to the right of its origin (i.e. the origin
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 136 ssize_t right,
140 mRight(right),
175 ssize_t right,
184 static const ssize_t RIGHT = 1000;
221 static const ssize_t RIGHT = 1000;
365 ssize_t right; member in struct:android::CameraHalEvent::FaceData_t
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 294 // have. We ignore the left/right padding on CellLayout because it turns out in our design
305 // have. We ignore the left/right padding on CellLayout because it turns out in our design
411 r.right = (int) (r.right * scale + 0.5f);
922 int right = left + getWidth() - getPaddingLeft() - getPaddingRight(); local
1647 int right = cs.x + cs.spanX; local
    [all...]

Completed in 1442 milliseconds

1 2 3 4 56 7 8 91011