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

1 2 3 4 5 6 7 8 91011>>

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
FillDirection.java 24 * LEFT - (Not implemented) Use the left edge of the plot.
32 LEFT,
  /external/clang/test/Modules/Inputs/
macros_left.h 2 #define LEFT unsigned long
  /art/tools/ahat/src/main/com/android/ahat/
Column.java 28 LEFT, RIGHT
46 * Construct a left-aligned column with a simple heading.
49 this(DocString.text(heading), Align.LEFT);
  /external/libxaac/decoder/
ixheaacd_channel.h 40 #define LEFT 0
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/focus/
NavigateTaskViewEvent.java 27 UNDEFINED, UP, DOWN, LEFT, RIGHT;
42 return Direction.LEFT;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextAlignment.java 26 LEFT(0x0),
  /external/libavc/encoder/
ime_defs.h 46 #define LEFT 1
  /external/python/cpython2/Mac/Demo/PICTbrowse/
PICTbrowse.py 20 LEFT=200
80 bounds = (LEFT, TOP, LEFT+width, TOP+height)
ICONbrowse.py 20 LEFT=200
82 bounds = (LEFT, TOP, LEFT+width, TOP+height)
PICTbrowse2.py 20 LEFT=200
83 bounds = (LEFT, TOP, LEFT+width, TOP+height)
cicnbrowse.py 20 LEFT=200
82 bounds = (LEFT, TOP, LEFT+width, TOP+height)
oldPICTbrowse.py 19 LEFT=200
79 bounds = (LEFT, TOP, LEFT+width, TOP+height)
  /external/python/cpython2/Mac/Demo/imgbrowse/
imgbrowse.py 17 LEFT=200
77 bounds = (LEFT, TOP, LEFT+width, TOP+height)
  /bootable/recovery/
ui.cpp 176 enum SwipeDirection { UP, DOWN, RIGHT, LEFT } direction;
182 direction = dx < 0 ? SwipeDirection::LEFT : SwipeDirection::RIGHT;
209 case SwipeDirection::LEFT:
  /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
91 case LEFT:
  /system/tools/aidl/tests/
test_util.cpp 59 const int LEFT = 1;
83 directions |= LEFT;
104 directions |= LEFT;
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Direction.java 19 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.LEFT;
68 LEFT {
82 return LEFT;
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 */
135 /** Follows RTL convention: up-to-down, right-to-left */
139 return LEFT;
  /external/eigen/blas/
common.h 28 #define LEFT 0
44 #define SIDE(X) ( ((X)=='L' || (X)=='l') ? LEFT \
  /external/llvm/utils/lit/lit/
ProgressBar.py 50 LEFT = '' #: Move the cursor left one char
82 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
ProgressBar.py 46 LEFT = '' #: Move the cursor left one char
78 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
  /external/syslinux/dos/
printf.c 33 #define LEFT 16 /* left justified */
52 if (type & LEFT)
86 if (!(type & (ZEROPAD + LEFT)))
99 if (!(type & LEFT))
141 flags |= LEFT;
167 flags |= LEFT;
198 if (!(flags & LEFT))
210 if (!(flags & LEFT))
  /frameworks/base/core/java/android/database/
CursorJoiner.java 32 * case LEFT:
59 /** The row currently pointed to by the left cursor is unique */
62 LEFT,
68 * Initializes the CursorJoiner and resets the cursors to the first row. The left and right
70 * @param cursorLeft The left cursor to compare
71 * @param columnNamesLeft The column names to compare from the left cursor
80 "you must have the same number of columns on the left and right, "
126 case LEFT:
152 * @return LEFT, if the row pointed to by the left cursor is unique, RIGH
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 35 public static enum InterceptType { NONE, LEFT, RIGHT, BOTH }
85 // page (page B) that comes in from the left does not
119 (intercept == InterceptType.BOTH || intercept == InterceptType.LEFT);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeView.java 31 public static final int LEFT = 1;
39 private static final int LEFT_M = LEFT * 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}.

Completed in 377 milliseconds

1 2 3 4 5 6 7 8 91011>>