HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 726 - 750 of 3812) sorted by null

<<21222324252627282930>>

  /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.
327 mCurrentViewport.left,
370 mAxisYLinesBuffer[i * 4 + 0] = mContentRect.left;
400 mContentRect.left - mLabelSeparation,
462 * @param start The minimum extreme (e.g. the left edge) for the axis.
517 return mContentRect.left
519 * (x - mCurrentViewport.left) / mCurrentViewport.width();
537 mSeriesLinesBuffer[0] = mContentRect.left;
538 mSeriesLinesBuffer[1] = getDrawY(fun(mCurrentViewport.left));
546 x = (mCurrentViewport.left + (mCurrentViewport.width() / DRAW_STEPS * i))
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
TreeToNFAConverter.g 245 start.addTransition(new Transition(Label.EPSILON, g.left));
248 if ( grammar.getNumberOfAltsForDecisionNFA(g.left)>1 )
250 g.left.setDescription(grammar.grammarTreeToString($start, false));
251 g.left.setDecisionASTNode($b.start);
252 int d = grammar.assignDecisionNumber( g.left );
253 grammar.setDecisionNFA( d, g.left );
390 if ( grammar.getNumberOfAltsForDecisionNFA($b.g.left)>1 )
392 $b.g.left.setDescription(grammar.grammarTreeToString(blk, false));
393 $b.g.left.setDecisionASTNode(blk);
394 int d = grammar.assignDecisionNumber( $b.g.left );
    [all...]
  /external/ceres-solver/docs/source/_themes/armstrong/static/
rtd.css_t 40 text-align: left;
46 border-left: 1px solid {{ theme_lighter_gray }};
64 float: left;
162 margin-left: 6px;
182 float: left;
241 margin-left: -100%;
242 float: left;
244 left: 0;
248 text-align: left;
271 padding-left: 0
    [all...]
  /external/chromium/chrome/browser/chromeos/options/
take_photo_dialog.cc 122 int left = views::kPanelHorizMargin; local
124 int contents_width = width() - 2 * left;
126 take_photo_view_->SetBounds(left, top, contents_width, contents_height);
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 23 * @param {!View} leftView The widget to position on the left.
35 // Setup the "sizer" so it can be dragged left/right to reposition the
50 left, top, width, height) {
52 this, left, top, width, height);
70 this.leftView_.setGeometry(left, top, leftboxWidth, height);
105 // Avoid shrinking the left box too much.
  /external/chromium/chrome/browser/resources/ntp4/
most_visited_page.css 29 left: 0;
56 border-top-left-radius: 5px;
142 left: 0;
146 text-align: left;
177 border-top-left-radius 0, border-top-right-radius 0, box-shadow .15s;
190 border-top-left-radius: 0;
  /external/chromium_org/chrome/browser/resources/file_manager/css/
drive_welcome.css 90 left: 0;
125 left: 0;
146 left: 0;
156 left: 0;
163 margin-left: 10px;
179 margin-left: 20px;
  /external/chromium_org/chrome/browser/resources/
policy_android.css 23 left: 0;
29 margin-left: 10px;
76 float: left;
77 text-align: left;
81 float: left;
93 float: left;
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.cc 311 void AssertURLRowVectorsAreEqual(const history::URLRows& left,
313 ASSERT_EQ(left.size(), right.size());
314 for (size_t i = 0; i < left.size(); ++i) {
319 if (left[i].url() == right[j].url()) {
320 AssertURLRowsAreEqual(left[i], right[j]);
353 const history::URLRow& left, const history::URLRow& right) {
354 ASSERT_EQ(left.url(), right.url());
355 ASSERT_EQ(left.title(), right.title());
356 ASSERT_EQ(left.visit_count(), right.visit_count());
357 ASSERT_EQ(left.typed_count(), right.typed_count())
    [all...]
  /external/chromium_org/remoting/host/setup/win/
host_configurer_window.cc 101 LONG width = rect.right - rect.left;
105 LONG x = (3 * owner_rect.left + owner_rect.right) / 4 - (width / 2);
108 x = std::max(x, area_rect.left);
  /external/chromium_org/remoting/host/
verify_config_window_win.cc 93 LONG width = rect.right - rect.left;
95 LONG x = (owner_rect.left + owner_rect.right - width) / 2;
98 x = std::max(x, area_rect.left);
  /external/chromium_org/third_party/skia/src/core/
SkDeviceLooper.cpp 30 fCurrOffset.set(fClippedBounds.left() - fDelta,
70 fBaseRC.translate(-r.left(), -r.top(), &fSubsetRC);
98 // left to right, until we wrap around and move down
104 fCurrOffset.fX = fClippedBounds.left();
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
aliased.php 105 margin-left: 20px;
108 margin-left: 20px;
112 margin-left: .5em;
  /external/linux-tools-perf/util/added/
rbtree.c 51 struct rb_node *left = node->rb_left; local
54 if ((node->rb_left = left->rb_right))
55 rb_set_parent(left->rb_right, node);
56 left->rb_right = node;
58 rb_set_parent(left, parent);
63 parent->rb_right = left;
65 parent->rb_left = left;
68 root->rb_node = left;
69 rb_set_parent(node, left);
229 struct rb_node *old = node, *left; local
    [all...]
  /external/mksh/src/
tree.c 91 t = t->left;
94 fptreef(shf, indent + 2, "( %T) ", t->left);
97 fptreef(shf, indent, "%T| ", t->left);
101 fptreef(shf, indent, "%T%;", t->left);
107 t->left, (t->type == TOR) ? "||" : "&&", t->right);
132 fptreef(shf, indent + INDENT, "do%N%T", t->left);
137 for (t1 = t->left; t1 != NULL; t1 = t1->right) {
145 fptreef(shf, indent + INDENT, "%N%T%N;%c", t1->left,
165 fptreef(shf, indent + 5 - i, Telif_pT + i, t1->left);
167 if (t1->left != NULL)
    [all...]
  /external/opencv/cv/src/
_cvkdtree.hpp 71 int left, right; // node indices of left and right branches member in struct:CvKDTree::node
72 scalar_type boundary; // left if deref(value,dim)<=boundary, otherwise right
177 n.left = -1;
191 int left = insert(first, split, ctor); local
192 nodes[i].left = left;
210 if (deref(p, n.dim) <= n.boundary) // left
211 r = remove(&n.left, p);
216 if (n.left == -1 && n.right == -1
    [all...]
  /external/pixman/demos/
radial-test.c 28 * centers (0, 0) and (1, 0), but with different radiuses. From left
96 double x0, x1, radius0, radius1, left, right, center; local
104 left = MIN (x0 - radius0, x1 - radius1);
106 center = (left + right) * 0.5;
158 * easier we want the origin in the top-left corner of the square
  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 75 final float left = getMinXPosition(flip) + position.x; local
85 final boolean result = boxIntersect(left, right, top, bottom,
88 left, right, top, bottom);
  /external/skia/src/core/
SkDeviceLooper.cpp 30 fCurrOffset.set(fClippedBounds.left() - fDelta,
70 fBaseRC.translate(-r.left(), -r.top(), &fSubsetRC);
98 // left to right, until we wrap around and move down
104 fCurrOffset.fX = fClippedBounds.left();
  /external/valgrind/main/memcheck/tests/
mempool.c 26 int size, left; member in struct:_pool
47 p->size = p->left = SUPERBLOCK_SIZE;
102 p->left -= size + (REDZONE_SIZE*2);
  /frameworks/base/graphics/java/android/graphics/
BitmapRegionDecoder.java 185 if (rect.right <= 0 || rect.bottom <= 0 || rect.left >= getWidth()
188 return nativeDecodeRegion(mNativeBitmapRegionDecoder, rect.left, rect.top,
189 rect.right - rect.left, rect.bottom - rect.top, options);
  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 29 srcWidth * srcRect.top + srcRect.left;
33 int dstWidth = srcRect.right - srcRect.left + 1;
99 encoderRect->left = 0;
  /packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java 113 int left = halfBorderWidth; local
126 lines [ptr++] = left;
128 lines [ptr++] = left;
  /packages/apps/Camera2/src/com/android/camera/ui/
CameraControls.java 114 result.left = (r + l) / 2 - tw / 2 + lp.leftMargin;
122 result.left = r - tw + lp.leftMargin;
128 result.left = (r + l) / 2 - tw / 2 + lp.leftMargin;
134 // reverse landscape: controls left
135 result.left = l + lp.leftMargin;
141 v.layout(result.left, result.top, result.right, result.bottom);
148 int cx = (other.left + other.right) / 2;
160 int cx = (other.left + other.right) / 2;
165 // portrait, to left of anchor at bottom
166 l = other.left - tw + lp.leftMargin
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterColorBorder.java 69 mInsideBounds.set(mBounds.left + bs,
73 mBorderPath.moveTo(mBounds.left, mBounds.top);
76 mBorderPath.lineTo(mBounds.left, mBounds.bottom);

Completed in 749 milliseconds

<<21222324252627282930>>