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

1 2 3 4 5 6 78 91011>>

  /frameworks/av/include/media/
AudioTrack.h 42 RIGHT = 1
319 * left and right volumes. Levels must be >= 0.0 and <= 1.0.
322 status_t setVolume(float left, float right);
    [all...]
  /frameworks/base/core/java/android/app/
FragmentBreadCrumbs.java 194 case Gravity.RIGHT:
  /frameworks/base/core/java/android/widget/
TableRow.java 235 case Gravity.RIGHT:
LinearLayout.java 119 @ViewDebug.FlagToString(mask = Gravity.RIGHT,
120 equals = Gravity.RIGHT, name = "RIGHT"),
    [all...]
FrameLayout.java 165 mForegroundPaddingRight = padding.right;
248 mForegroundPaddingRight = padding.right;
387 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
388 layoutChildren(left, top, right, bottom, false /* no force left gravity */);
391 void layoutChildren(int left, int top, int right, int bottom,
396 final int parentRight = right - left - getPaddingRightWithForeground();
428 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
  /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/draw9patch/ui/
StatusPanel.java 106 innerForm.right = new FormAttachment(100, PADDING_RIGHT);
131 hintForm.right = new FormAttachment(mXPosLabel, -10);
167 bottomRight.right = new FormAttachment(100, 0);
172 aboveYPosLabel.right = new FormAttachment(100, 0);
311 minLabel = new Label(composite, SWT.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));
  /external/chromium_org/cc/resources/
picture_layer_tiling.cc 233 content_rect.right() - 1);
282 // Iteration happens left->right, top->bottom. Running off the bottom-right
291 min_left = last_geometry_rect.right();
300 DCHECK_EQ(last_geometry_rect.right(), current_geometry_rect_.x());
705 enum { BOTTOM, TOP, LEFT, RIGHT } edge;
773 { EdgeEvent::RIGHT, &num_x_edges, bounding_rect.right() - rect.right() }
810 case EdgeEvent::RIGHT
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 313 mVolume[RIGHT] = 1.0f;
534 status_t AudioTrack::setVolume(float left, float right)
536 if (left < 0.0f || left > 1.0f || right < 0.0f || right > 1.0f) {
542 mVolume[RIGHT] = right;
544 mProxy->setVolumeLR((uint32_t(uint16_t(right * 0x1000)) << 16) | uint16_t(left * 0x1000));
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 69 * The layout puts the contact's photo on the right side of the view, the call icon (if present)
138 RIGHT
146 return (opposite ? PhotoPosition.RIGHT : PhotoPosition.LEFT);
149 return (opposite ? PhotoPosition.LEFT : PhotoPosition.RIGHT);
191 * When true all the Views on the right side of the photo should have horizontal padding on
417 // on right, we need to use it anyway because mDataView is next to mLabelView.
493 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
495 final int width = right - left;
542 // Photo is the left most view. All the other Views should on the right of the photo.
557 // Photo is the right most view. Right bound should be adjusted that way
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
background.js 437 var RIGHT = 20;
440 defaultLeft: (window.screen.availWidth - WIDTH - RIGHT),
  /external/qemu/android/skin/
keyset.c 171 _KEYSYM1_(RIGHT) \
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmTimelineView.java 336 // Draw the alarm text. Alternate left and right of the timeline.
340 mPaint.setTextAlign(Align.RIGHT);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java 45 public static int RIGHT = 4;
  /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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 79 // widget, but I'm not sure this is right for the new control.
371 actualAlignment = itemStyle->isLeftToRightDirection() ? LEFT : RIGHT;
374 if (actualAlignment == RIGHT || actualAlignment == WEBKIT_RIGHT) {

Completed in 1145 milliseconds

1 2 3 4 5 6 78 91011>>