HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 501 - 525 of 3817) sorted by null

<<21222324252627282930>>

  /packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java 134 final int left; local
139 left = right - width;
141 left = to.left + getPaddingLeft();
142 right = left + width;
148 to.set(left, top, right, bottom);
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 138 final int left; local
143 left = right - width;
145 left = to.left + getPaddingLeft();
146 right = left + width;
152 to.set(left, top, right, bottom);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java 75 final int left = getPaddingLeft(); local
80 final int width = right - left;
96 if (lastX < left) {
97 canvas.drawRect(left, top, nextX, bottom, e.paint);
106 canvas.drawRect(left, top, nextX, bottom, mEmptyPaint);
108 float lastX = left;
  /external/chromium_org/third_party/opus/src/doc/
customdoxygen.css 136 margin-left: -1cm;
169 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
174 margin-left: 16px;
180 margin-left: 16px;
192 margin-left: 8px;
298 border-left: 2px solid #B8B8B8;
397 margin-left: 9px;
422 margin-left: 6px;
427 border-left: 1px solid #C0C0C0
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_server_read.c 34 size_t left, len, i, j; local
49 left = *in_len;
51 if (left < 4)
67 left -= 4;
69 if (len > left)
281 size_t left, len, list_len, cert_len, idx; local
295 left = *in_len;
297 if (left < 4) {
299 "(len=%lu)", (unsigned long) left);
308 left -= 4
692 size_t left, len; local
770 size_t left, len; local
1017 size_t left; local
1066 size_t left, len, hlen; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java 92 int left = x + ((cellWidth-w)/2); local
95 child.layout(left, top, left+w, top+h);
  /external/blktrace/
rbtree.c 50 struct rb_node *left = node->rb_left; local
53 if ((node->rb_left = left->rb_right))
54 rb_set_parent(left->rb_right, node);
55 left->rb_right = node;
57 rb_set_parent(left, parent);
62 parent->rb_right = left;
64 parent->rb_left = left;
67 root->rb_node = left;
68 rb_set_parent(node, left);
233 struct rb_node *old = node, *left; local
    [all...]
  /external/chromium_org/ppapi/examples/mouse_cursor/
mouse_cursor.cc 13 void FillRect(pp::ImageData* image, int left, int top, int width, int height,
18 for (int x = std::max(0, left);
19 x < std::min(image->size().width() - 1, left + width);
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 215 RoundRect(hdc, rect.left, rect.top, rect.right - 1, rect.bottom - 1,
290 int window_width = window_rect.right - window_rect.left;
293 int left = (monitor_info.rcWork.right + monitor_info.rcWork.left - local
295 SetWindowPos(hwnd_, NULL, left, top, 0, 0, SWP_NOSIZE | SWP_NOZORDER);
340 message_rect.right = message_rect.left + control_width + margin;
343 message_rect.left, message_rect.top,
344 message_rect.right - message_rect.left,
358 button_rect.left = message_rect.right;
359 button_rect.right = button_rect.left + control_width + margin * 2
    [all...]
  /external/chromium_org/skia/ext/
skia_utils_win.cc 22 COMPILE_ASSERT(SK_OFFSETOF(RECT, left) == SK_OFFSETOF(SkIRect, fLeft), o1);
26 COMPILE_ASSERT(sizeof(RECT().left) == sizeof(SkIRect().fLeft), o5);
42 SkRect sk_rect = { SkIntToScalar(rect.left), SkIntToScalar(rect.top),
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicLineIntersection.cpp 138 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) {
139 addExactHorizontalEndPoints(left, right, axisIntercept);
145 double lineT = (pt.fX - left) / (right - left);
151 addNearHorizontalEndPoints(left, right, axisIntercept);
214 void addExactHorizontalEndPoints(double left, double right, double y) {
216 double lineT = SkDLine::ExactPointH(fCubic[cIndex], left, right, y);
225 void addNearHorizontalEndPoints(double left, double right, double y) {
231 double lineT = SkDLine::NearPointH(fCubic[cIndex], left, right, y);
300 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y
    [all...]
SkDQuadLineIntersection.cpp 166 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) {
167 addExactHorizontalEndPoints(left, right, axisIntercept);
173 double lineT = (pt.fX - left) / (right - left);
179 addNearHorizontalEndPoints(left, right, axisIntercept);
246 void addExactHorizontalEndPoints(double left, double right, double y) {
248 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y);
257 void addNearHorizontalEndPoints(double left, double right, double y) {
263 double lineT = SkDLine::NearPointH(fQuad[qIndex], left, right, y);
375 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y
    [all...]
  /external/skia/src/pathops/
SkDCubicLineIntersection.cpp 138 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) {
139 addExactHorizontalEndPoints(left, right, axisIntercept);
145 double lineT = (pt.fX - left) / (right - left);
151 addNearHorizontalEndPoints(left, right, axisIntercept);
214 void addExactHorizontalEndPoints(double left, double right, double y) {
216 double lineT = SkDLine::ExactPointH(fCubic[cIndex], left, right, y);
225 void addNearHorizontalEndPoints(double left, double right, double y) {
231 double lineT = SkDLine::NearPointH(fCubic[cIndex], left, right, y);
300 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y
    [all...]
SkDQuadLineIntersection.cpp 166 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) {
167 addExactHorizontalEndPoints(left, right, axisIntercept);
173 double lineT = (pt.fX - left) / (right - left);
179 addNearHorizontalEndPoints(left, right, axisIntercept);
246 void addExactHorizontalEndPoints(double left, double right, double y) {
248 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y);
257 void addNearHorizontalEndPoints(double left, double right, double y) {
263 double lineT = SkDLine::NearPointH(fQuad[qIndex], left, right, y);
375 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GradientsActivity.java 223 float left = 40.0f; local
238 mMatrix.postTranslate(left, top);
240 canvas.drawRect(left, top, right, top + mDrawHeight, mPaint);
242 left += 40.0f + mDrawWidth;
249 mMatrix.postTranslate(left, bottom);
251 canvas.drawRect(left, bottom - mDrawHeight, right, bottom, mPaint);
258 mMatrix.postTranslate(left, top);
260 canvas.drawRect(left, top, left + mDrawWidth, bottom, mPaint);
262 right = left + mDrawWidth
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 98 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top,
99 sourceCrop.right - sourceCrop.left,
109 ovutils::Dim dpos(displayFrame.left,
111 displayFrame.right - displayFrame.left,
174 //Request left RGB pipe
220 ovutils::Dim dcropL(sourceCrop.left, sourceCrop.top,
221 (sourceCrop.right - sourceCrop.left) / 2,
224 sourceCrop.left + (sourceCrop.right - sourceCrop.left) / 2,
226 (sourceCrop.right - sourceCrop.left) / 2
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.cpp 76 getBufferSizeAndDimensions(displayFrame.right - displayFrame.left,
119 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top,
120 sourceCrop.right - sourceCrop.left,
134 ovutils::Dim dpos(displayFrame.left,
136 displayFrame.right - displayFrame.left,
200 getBufferSizeAndDimensions(displayFrame.right - displayFrame.left,
210 //Request left pipe
262 (sourceCrop.right - sourceCrop.left) * lSplitRatio;
265 sourceCrop.left,
271 sourceCrop.left + lCropWidth
    [all...]
hwc_utils.cpp 311 dst_w = displayFrame.right - displayFrame.left;
313 src_w = sourceCrop.right - sourceCrop.left;
508 int& crop_l = crop.left;
512 int crop_w = crop.right - crop.left;
515 int& dst_l = dst.left;
519 int dst_w = abs(dst.right - dst.left);
522 const int& sci_l = scissor.left;
565 nwr.left = list->hwLayers[0].displayFrame.left;
572 nwr.left = min(nwr.left, displayFrame.left)
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_fbupdate.cpp 98 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top,
99 sourceCrop.right - sourceCrop.left,
109 ovutils::Dim dpos(displayFrame.left,
111 displayFrame.right - displayFrame.left,
174 //Request left RGB pipe
220 ovutils::Dim dcropL(sourceCrop.left, sourceCrop.top,
221 (sourceCrop.right - sourceCrop.left) / 2,
224 sourceCrop.left + (sourceCrop.right - sourceCrop.left) / 2,
226 (sourceCrop.right - sourceCrop.left) / 2
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp 19 // static const fmtflags left;
29 // static const fmtflags adjustfield = left | right | internal;
43 assert(std::ios_base::left);
61 & std::ios_base::left
73 assert(std::ios_base::adjustfield == (std::ios_base::left
  /packages/apps/Browser/src/com/android/browser/view/
PieStackView.java 60 public void layout(int anchorX, int anchorY, boolean left, float angle,
62 super.layout(anchorX, anchorY, left, angle, pHeight);
66 mLeft = anchorX + (left ? SLOP : -(SLOP + mChildWidth));
StopProgressView.java 73 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
74 super.onLayout(changed, left, top, right, bottom);
75 mWidth = (right - left) * 2 / 3;
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetPreview.java 103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
104 super.onLayout(changed, left, top, right, bottom);
106 int width = right - left;
  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 66 int left = vLocation[0] - pLocation[0]; local
68 int right = left + vRect.width();
71 assertEquals(left, view.getLeft());
98 assertEquals(left + h_offset , nleft);
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 26 text-align: left;
54 text-align: left;

Completed in 474 milliseconds

<<21222324252627282930>>