HomeSort by relevance Sort by last modified time
    Searched defs:RIGHT (Results 1 - 25 of 340) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
FillDirection.java 25 * RIGHT - (Not implemented) Use the right edge of the plot.
33 RIGHT,
  /external/clang/test/Modules/Inputs/
macros_right.h 2 #define RIGHT unsigned short
  /art/tools/ahat/src/main/com/android/ahat/
Column.java 28 LEFT, RIGHT
  /external/libxaac/decoder/
ixheaacd_channel.h 41 #define RIGHT 1
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/focus/
NavigateTaskViewEvent.java 27 UNDEFINED, UP, DOWN, LEFT, RIGHT;
44 return Direction.RIGHT;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextAlignment.java 28 RIGHT(0x2),
  /external/libavc/encoder/
ime_defs.h 47 #define RIGHT 2
  /bootable/recovery/
ui.cpp 176 enum SwipeDirection { UP, DOWN, RIGHT, LEFT } direction;
182 direction = dx < 0 ? SwipeDirection::LEFT : SwipeDirection::RIGHT;
210 case SwipeDirection::RIGHT:
  /external/pdfium/core/fxcrt/
fx_bidi.h 23 enum Direction { NEUTRAL, LEFT, RIGHT };
32 // Append a character and classify it as left, right, or neutral.
60 // Overall direction is always LEFT or RIGHT, never NEUTRAL.
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
CustomViewActions.java 40 * @param hRef LEFT, RIGHT, CENTER to specify an x reference
67 LEFT, RIGHT, CENTER
94 case RIGHT:
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Direction.java 20 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.RIGHT;
71 return RIGHT;
79 RIGHT {
97 private final PhysicalDirection[] directions = {LEFT, RIGHT};
118 * override this for RTL (right-to-left) views, for example.
122 /** Follows standard convention: up-to-down, left-to-right */
126 return RIGHT;
135 /** Follows RTL convention: up-to-down, right-to-left */
  /external/eigen/blas/
common.h 29 #define RIGHT 1
45 : ((X)=='R' || (X)=='r') ? RIGHT \
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Styles.java 28 /** Text block aligned to the right */
29 public static final String RIGHT = "right";
  /external/llvm/utils/lit/lit/
ProgressBar.py 51 RIGHT = '' #: Move the cursor right one char
82 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
ProgressBar.py 47 RIGHT = '' #: Move the cursor right one char
78 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
  /frameworks/base/core/java/android/database/
CursorJoiner.java 35 * case RIGHT:
60 RIGHT,
61 /** The row currently pointed to by the right cursor is unique */
68 * Initializes the CursorJoiner and resets the cursors to the first row. The left and right
72 * @param cursorRight The right cursor to compare
73 * @param columnNamesRight The column names to compare from the right cursor
80 "you must have the same number of columns on the left and right, "
129 case RIGHT:
152 * @return LEFT, if the row pointed to by the left cursor is unique, RIGHT
153 * if the row pointed to by the right cursor is unique, BOTH if the rows in bot
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 35 public static enum InterceptType { NONE, LEFT, RIGHT, BOTH }
121 (intercept == InterceptType.BOTH || intercept == InterceptType.RIGHT);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeView.java 33 public static final int RIGHT = 3;
41 private static final int RIGHT_M = RIGHT * 16;
54 boolean changeSize, int left, int top, int right, int bottom) {
57 int w = right - left;
62 } else { // left or right
102 // offset is in pixels. direction is one of {TOP, LEFT, BOTTOM, RIGHT}.
125 // per second. direction is one of {TOP, LEFT, BOTTOM, RIGHT}.
  /packages/services/Car/evs/app/
EvsStateControl.h 57 RIGHT,
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 90 #define RIGHT 1
  /frameworks/base/core/java/android/text/
AutoText.java 55 private static final int RIGHT = 9300; // Size of 'right' 13 Aug 2007
163 StringBuilder right = new StringBuilder(RIGHT); local
189 off = (char) right.length();
190 right.append((char) dest.length());
191 right.append(dest);
208 mText = right.toString();
225 // end, so fill in the right hand side fields.
  /frameworks/base/core/java/android/view/
Gravity.java 34 /** Raw bit controlling how the right/bottom edge is placed. */
36 /** Raw bit controlling whether the right/bottom edge is clipped to its
51 /** Push object to the right of its container, not changing its size. */
52 public static final int RIGHT = (AXIS_PULL_AFTER|AXIS_SPECIFIED)<<AXIS_X_SHIFT;
66 public static final int FILL_HORIZONTAL = LEFT|RIGHT;
85 * absolute LEFT/RIGHT).
118 public static final int END = RELATIVE_LAYOUT_DIRECTION | RIGHT;
176 * pushes it to the right; if gravity is RIGHT it pushes it to
178 * right or left; otherwise it is ignored
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
NavBarTuner.java 57 private static final String RIGHT = "right";
92 bindButton(NAV_BAR_RIGHT, MENU_IME_ROTATE, RIGHT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 177 if (columnMatch.type == SegmentType.RIGHT) {
222 assert columnMatch.type == SegmentType.RIGHT;
321 if (columnMatch.type == SegmentType.RIGHT) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
ComplexMovementPath.java 52 RIGHT,
83 mLocationMapping[RingLocations.RIGHT.ordinal()] =

Completed in 522 milliseconds

1 2 3 4 5 6 7 8 91011>>