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

1 2

  /external/chromium_org/ui/base/test/
ui_controls.h 68 LEFT = 0,
  /external/clang/test/Modules/Inputs/
macros_left.h 2 #define LEFT unsigned long
  /external/guava/guava/src/com/google/common/collect/
BstSide.java 26 LEFT {
35 return LEFT;
  /external/chromium_org/ash/display/
display_layout.h 30 LEFT
56 // based on the top/left edge of the primary display.
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.js 36 LEFT: 3
71 * Gets the position of |point| to |rect|, left, right, top, or bottom.
78 // Separates the area into four (LEFT/RIGHT/TOP/BOTTOM) by the diagonals of
88 return options.SecondaryDisplayLayout.LEFT;
303 // Offset is calculated from top or left edge.
307 if (this.layout_ == options.SecondaryDisplayLayout.LEFT ||
399 options.SecondaryDisplayLayout.LEFT :
402 case options.SecondaryDisplayLayout.LEFT:
405 options.SecondaryDisplayLayout.LEFT;
419 if (this.layout_ == options.SecondaryDisplayLayout.LEFT ||
    [all...]
  /external/chromium_org/ui/views/
painter.h 60 // are rendered at the size specified in insets (eg. the upper-left corner is
61 // rendered at 0 x 0 with a size of insets.left() x insets.top()). The center
70 // Top-Left/Top/Top-Right/Left/[Center]/Right/Bottom-Left/Bottom/Bottom-Right.
91 // HorizontalPainter paints 3 images into a box: left, center and right. The
92 // left and right images are drawn to size at the left/right edges of the
98 // The images must be in the order left, right and center.
109 LEFT,
    [all...]
  /external/chromium_org/ui/keyboard/resources/
constants.js 7 LEFT: "left",
44 LEFT: 0x2,
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.h 120 enum Edge { TOP, LEFT, BOTTOM, RIGHT };
  /external/chromium_org/ui/base/models/
table_model.h 96 LEFT, RIGHT, CENTER
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.h 22 // Class to enable quick tab switching via Ctrl-left-drag.
30 enum Direction {LEFT, RIGHT};
  /external/chromium_org/ash/wm/overview/
window_selector.h 60 LEFT,
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
constants.js 26 LEFT: 37,
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 144 LEFT : 37,
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Direction.java 19 import static com.google.android.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 30 #define LEFT 0
46 #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
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 92 #define LEFT -.3955078125 /* left boundary for rat. approx */
139 } else if (x >= 1.0 + LEFT + x0)
192 if (y <= 1.0 + (LEFT + x0)) {
202 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
216 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
224 if (x < x0 + LEFT) {
  /external/chromium_org/cc/base/
tiling_data.h 175 enum Direction { UP, LEFT, DOWN, RIGHT };
  /external/chromium_org/media/base/
channel_layout.h 113 LEFT = 0,
  /external/chromium_org/ppapi/examples/mouse_lock/
mouse_lock.cc 164 LEFT = 0,
168 } direction = LEFT;
177 direction = (mouse_movement_.x() < 0) ? LEFT : RIGHT;
178 if (direction == LEFT)
208 (direction == LEFT && x < center_x) ||
  /external/chromium_org/printing/
print_job_constants.h 102 LEFT,
  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar_views.cc 28 LEFT,
122 case LEFT:
239 prev_button_ = new ScrollBarButton(this, ScrollBarButton::LEFT);
  /external/chromium_org/ui/views/controls/
slider.cc 45 LEFT,
123 width() - (point.x() - inset.left()) :
124 point.x() - inset.left()) - thumb_x;
144 width() - inset.left() - point.x() - initial_button_offset_.x() :
145 point.x() - inset.left() - initial_button_offset_.x();
168 bar_height_ = images_[LEFT]->height();
205 // Inset the slider bar a little bit, so that the left or the right end of
207 // button slides to the left most or right most position.
214 int middle = std::max(full, images_[LEFT]->width());
218 canvas->DrawImageInt(*images_[LEFT], 0, 0)
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
ctrees.c 13 #define LEFT 0
17 #define LEFT_NODE(node) (node->link[LEFT])
176 direction = LEFT;
185 down_dir = (LEFT_NODE(node) == NULL) ? RIGHT : LEFT;
198 direction = (cmp_res < 0) ? LEFT : RIGHT;
221 direction = LEFT;
241 direction = (cval < 0) ? LEFT : RIGHT;
723 /* find biggest node of left subtree */
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 27 private static final float LEFT = 10.0f;
47 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM);
57 path.addRect(LEFT, TOP, RIGHT, BOTTOM, Path.Direction.CW);
155 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM);
164 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM);
186 RectF expected = new RectF(LEFT, TOP, RIGHT, BOTTOM);
190 RectF bounds = new RectF(LEFT, TOP, RIGHT, BOTTOM);
246 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM);
297 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM);
306 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM)
    [all...]

Completed in 5393 milliseconds

1 2