HomeSort by relevance Sort by last modified time
    Searched refs:RIGHT (Results 251 - 275 of 371) sorted by null

<<1112131415

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc 821 * a ZWJ right before a base consonant, that would request a subjoined form. */
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 821 * a ZWJ right before a base consonant, that would request a subjoined form. */
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java     [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
jcommon-1.0.12.jar 
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 225 mGridView.setGravity(Gravity.RIGHT);
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 105 * and range. The currently visible chart X values are from this rectangle's left to its right.
328 mCurrentViewport.right,
372 mAxisYLinesBuffer[i * 4 + 2] = mContentRect.right;
393 mLabelTextPaint.setTextAlign(Paint.Align.RIGHT);
463 * @param stop The maximum extreme (e.g. the right edge) for the axis.
577 canvas.translate(2 * mContentRect.left - mContentRect.right, mContentRect.bottom);
599 canvas.translate(mContentRect.right, mContentRect.top);
688 mCurrentViewport.right = mCurrentViewport.left + newWidth;
708 mCurrentViewport.right = Math.max(Math.nextUp(mCurrentViewport.left),
709 Math.min(AXIS_X_MAX, mCurrentViewport.right));
    [all...]
  /external/chromium_org/chrome/browser/apps/
web_view_interactive_browsertest.cc 617 // Sending a right click seems to fix this (why?).
619 SendMouseClick(ui_controls::RIGHT);
    [all...]
  /external/chromium_org/ui/keyboard/resources/elements/
kb-keyboard.js 183 direction |= SwipeDirection.RIGHT;
428 !(direction & (SwipeDirection.LEFT | SwipeDirection.RIGHT))) {
  /frameworks/base/core/java/android/widget/
Spinner.java 534 * @param delta Change in the selected position. +1 means selection is moving to the right,
540 int childrenWidth = mRight - mLeft - mSpinnerPadding.left - mSpinnerPadding.right;
574 case Gravity.RIGHT:
654 mSpinnerPadding.left + mSpinnerPadding.right, lp.width);
772 width += mTempRect.left + mTempRect.right;
    [all...]
GridLayout.java 131 * GridLayout's algorithms favour rows and columns that are closer to its <em>right</em>
204 * {@link android.view.View#getRight() right} properties.
635 return horizontal ? RIGHT : BOTTOM;
916 int right = getWidth() - getPaddingRight() - insets.right; local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 130 * The interface was triggered because the user grabbed the right handle and moved it past
337 * @param r the parent's right border
355 final int right = left + handleWidth; local
366 text.setGravity(Gravity.RIGHT);
383 tab.layout(left, 0, right, handleHeight);
384 text.layout(left, 0 - parentHeight, right, 0);
388 tab.layout(left, parentHeight - handleHeight, right, parentHeight);
389 text.layout(left, parentHeight, right, parentHeight + parentHeight);
649 int right = slider.tab.getRight();
654 dx = slider == mRightSlider ? - (right + viewWidth - holdOffset
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 373 float right, float bottom,
381 return canvasDelegate.clipRect(left, top, right, bottom, regionOp);
447 bounds.right = rect.x + rect.width;
481 float right, float bottom) {
571 final float left, final float top, final float right, final float bottom, long paint) {
583 (int)(right-left), (int)(bottom-top));
589 (int)(right-left), (int)(bottom-top));
597 final float top, final float right, final float bottom, long paint) {
598 if (right > left && bottom > top) {
609 (int)(right - left), (int)(bottom - top))
733 float right = left + image.getWidth(); local
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java 148 /** The main pager; provides left/right swipe between photos */
671 return InterceptType.RIGHT;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 238 Gravity.CENTER_VERTICAL | Gravity.RIGHT));
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 452 Gravity.CENTER_VERTICAL | Gravity.RIGHT));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 117 * {@link DropTargetListener#dragLeave} right before the drop, and we need
392 toRightOf = feedback.tooltipX == SegmentType.RIGHT;
673 // right before the drop which we don't know whether means the cursor has
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 661 treeColumn.setAlignment(SWT.RIGHT);
783 // Clear out columns: Must recreate to set the right label provider etc
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 139 mWorkspaceLink.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
tree.jquery.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 3 * Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All right reserved.
284 return RIGHT;
317 // So even if text-align is right, if direction is LTR, wide lines should overflow out of the right
502 case RIGHT:
    [all...]
  /external/chromium_org/ui/keyboard/resources/
main.js 48 * The x-coordinate of the right most edge in logical pixels of the keyset.
257 * or right edge.
400 // Fix right side.
466 // All left-over pixels assigned to right most stretchable key.
475 case RowAlignment.RIGHT:
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 127 * GridLayout's algorithms favour rows and columns that are closer to its <em>right</em>
189 * {@link android.view.View#getRight() right} properties.
619 return horizontal ? RIGHT : BOTTOM;
    [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 716 milliseconds

<<1112131415