HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 776 - 800 of 3931) sorted by null

<<31323334353637383940>>

  /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);
  /packages/apps/Mms/src/com/android/mms/ui/
QuickContactDivot.java 132 final int left = 0; local
151 left,
153 left + mDrawableIntrinsicWidth,
  /packages/apps/Settings/src/com/android/settings/drawable/
DrawableWrapper.java 48 public void setBounds(int left, int top, int right, int bottom) {
49 super.setBounds(left, top, right, bottom);
50 mDrawable.setBounds(left, top, right, bottom);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java 805 * (excluding fading edges) pretending that this View's left is located at
806 * the parameter left.
809 * @param leftFocus look for a candidate is the one at the left of the bounds
812 * @param left the left offset of the bounds in which a focusable must be
819 final int left, View preferredFocusable) {
826 final int leftWithoutFadingEdge = left + fadingEdgeLength;
827 final int rightWithoutFadingEdge = left + getWidth() - fadingEdgeLength;
844 * @param leftFocus look for a candidate is the one at the left of the bounds
847 * @param left the left offset of the bounds in which a focusable must b
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 194 return clipRect(thisCanvas, rect.left, rect.top, rect.right, rect.bottom);
199 return clipRect(thisCanvas, (float) rect.left, (float) rect.top,
204 /*package*/ static boolean clipRect(Canvas thisCanvas, float left, float top, float right,
212 return canvasDelegate.clipRect(left, top, right, bottom, Region.Op.INTERSECT.nativeInt);
216 /*package*/ static boolean clipRect(Canvas thisCanvas, int left, int top, int right,
219 return clipRect(thisCanvas, (float) left, (float) top, (float) right, (float) bottom);
469 float left, float top,
479 return canvasDelegate.clipRect(left, top, right, bottom, regionOp);
543 bounds.left = rect.x;
586 float left, float top
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
MultiPaneChallengeLayout.java 280 // Second pass. Measure everything that's left.
334 padding.left = getPaddingLeft();
384 final int paddedWidth = width - padding.left - padding.right;
401 int left = padding.left; local
403 int right = left + childWidth;
431 case Gravity.LEFT:
432 left = fixedLayoutHorizontal ?
433 padding.left + (adjustedWidth - childWidth) / 2 : padding.left;
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 185 margin-left: -20px;
197 float: left;
198 margin-left: 20px;
242 margin-left: 980px;
245 margin-left: 900px;
248 margin-left: 820px;
251 margin-left: 740px;
254 margin-left: 660px;
257 margin-left: 580px;
260 margin-left: 500px
    [all...]
  /libcore/luni/src/main/java/java/util/
TreeMap.java 298 Node<K, V> child = (comparison < 0) ? nearest.left : nearest.right;
321 nearest.left = created;
374 Node<K, V> left = node.left; local
377 if (left != null && right != null) {
380 * To remove a node with both left and right subtrees, move an
388 Node<K, V> adjacent = (left.height > right.height) ? left.last() : right.first();
392 left = node.left;
461 Node<K, V> left = node.left; local
523 Node<K, V> left = root.left; local
735 Node<K, V> left; field in class:TreeMap.Node
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
user_pod_row.css 81 .pod.left {
192 left: 10px;
238 left: 0;
259 left: 0;
400 left: 10px;
412 border-left: 1px solid lightgray;
413 left: 180px;
420 left: auto;
425 left: 185px;
433 left: auto
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.css 31 float: left;
135 left: auto;
136 margin-left: 8px;
141 text-align: left;
146 * left to avoid conflicts. We also do this for bare-minimum mode since there
151 left: 0;
199 left: 0;
215 left: 0;
239 margin-left: 13px;
251 left: 0
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
enc.c 247 const uint8_t* left, int size) {
248 if (left) {
251 memset(dst + j * BPS, left[j], size);
258 static WEBP_INLINE void TrueMotion(uint8_t* dst, const uint8_t* left,
261 if (left) {
263 const uint8_t* const clip = clip1 + 255 - left[-1];
265 const uint8_t* const clip_table = clip + left[y];
273 HorizontalPred(dst, left, size);
276 // true motion without left samples (hence: with default 129 value)
288 static WEBP_INLINE void DCMode(uint8_t* dst, const uint8_t* left,
    [all...]
  /external/webp/src/dsp/
enc.c 247 const uint8_t* left, int size) {
248 if (left) {
251 memset(dst + j * BPS, left[j], size);
258 static WEBP_INLINE void TrueMotion(uint8_t* dst, const uint8_t* left,
261 if (left) {
263 const uint8_t* const clip = clip1 + 255 - left[-1];
265 const uint8_t* const clip_table = clip + left[y];
273 HorizontalPred(dst, left, size);
276 // true motion without left samples (hence: with default 129 value)
288 static WEBP_INLINE void DCMode(uint8_t* dst, const uint8_t* left,
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 188 left()->PrintTo(stream);
225 left()->PrintTo(stream);
716 ASSERT(instr->left()->representation().Equals(instr->representation()));
718 LOperand* left = UseRegisterAtStart(instr->left()); local
728 // Left shifts can deoptimize if we shift by > 0 and the result cannot be
748 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt));
759 ASSERT(instr->left()->representation().IsDouble());
762 LOperand* left = UseFixedDouble(instr->left(), d0) local
767 LOperand* left = UseRegisterAtStart(instr->left()); local
777 HValue* left = instr->left(); local
1367 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand()); local
1469 HValue* left = instr->left(); local
1521 HValue* left = instr->BetterLeftOperand(); local
1597 LOperand* left = UseRegisterAtStart(instr->left()); local
1624 LOperand* left = UseRegisterAtStart(instr->right()); local
1659 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand()); local
1671 LOperand* left = UseRegisterAtStart(instr->left()); local
1694 LOperand* left = NULL; local
1718 LOperand* left = UseFixedDouble(instr->left(), d0); local
1733 LOperand* left = UseFixed(instr->left(), r1); local
1746 LOperand* left = UseRegisterOrConstantAtStart(instr->left()); local
1753 LOperand* left = UseRegisterAtStart(instr->left()); local
1822 LOperand* left = UseFixed(instr->left(), r1); local
2420 LOperand* left = FLAG_new_string_add local
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 1446 HValue* left = hdiv->left(); local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 19 * [ Bottom, X-Intervals, [Left, Right]..., X-Sentinel ]
56 assert_sentinel(runs[3], false); // left
143 bool SkRegion::setRect(int32_t left, int32_t top,
145 if (left >= right || top >= bottom) {
149 fBounds.set(left, top, right, bottom);
256 if (runs[3] == SkRegion::kRunTypeSentinel) { // should be first left...
261 assert_sentinel(runs[3], false); // left
275 assert_sentinel(stop[-4], false); // last left
334 // appear as a left-inteval (runs[0]) and should abort the search.
614 static void assert_valid_pair(int left, int rite
650 int inside, left, rite SK_INIT_TO_AVOID_WARNING; local
725 int left = rec.fLeft; local
    [all...]
  /external/skia/src/core/
SkRegion.cpp 19 * [ Bottom, X-Intervals, [Left, Right]..., X-Sentinel ]
56 assert_sentinel(runs[3], false); // left
143 bool SkRegion::setRect(int32_t left, int32_t top,
145 if (left >= right || top >= bottom) {
149 fBounds.set(left, top, right, bottom);
256 if (runs[3] == SkRegion::kRunTypeSentinel) { // should be first left...
261 assert_sentinel(runs[3], false); // left
275 assert_sentinel(stop[-4], false); // last left
334 // appear as a left-inteval (runs[0]) and should abort the search.
614 static void assert_valid_pair(int left, int rite
650 int inside, left, rite SK_INIT_TO_AVOID_WARNING; local
725 int left = rec.fLeft; local
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.h 44 static Matrix* newFrustum(float left, float right, float bottom, float top,
  /external/bzip2/
bzip.css 21 margin-left: 1.5em;
49 margin-left: 0px;
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.css 23 float: left;
38 border-top-left-radius: 8px;
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 13 -webkit-transition: left .15s, right .15s, top .15s;
82 border-top-left-radius: 4px;
161 padding-left: 20px; /* we cannot use padding start here because even if we set
169 padding-left: 0;
181 border-top-left-radius .15s, border-top-right-radius .15s,
190 -webkit-transition: top .15s, left .15s;
197 border-top-left-radius: 0;
273 left: 0;
  /external/chromium/chrome/browser/resources/options/
subpages_tab_controls.css 17 border-top-left-radius: 3px;
33 left: 9px;
  /external/chromium/chrome/browser/ui/views/
chrome_views_delegate.cc 66 window_preferences->SetInteger("left", bounds.x());
92 int left, top, right, bottom; local
93 if (!dictionary || !dictionary->GetInteger("left", &left) ||
99 bounds->SetRect(left, top, right - left, bottom - top);
  /external/chromium-trace/trace-viewer/src/cc/
picture_ops_list_view.css 21 padding-left: 5px;
33 margin-left: 1em;

Completed in 1516 milliseconds

<<31323334353637383940>>