HomeSort by relevance Sort by last modified time
    Searched full:left (Results 451 - 475 of 6784) sorted by null

<<11121314151617181920>>

  /build/tools/droiddoc/templates/
hierarchy.cs 8 text-align: left;
23 <div style="margin-left: 20px; margin-right: 20px;">
  /cts/tests/res/layout/
alert_dialog_text_entry.xml 29 android:gravity="left"
51 android:gravity="left"
  /cts/tests/tests/gesture/src/android/gesture/cts/
LineGestureStrokeHelper.java 67 Assert.assertEquals(LINE_START_POINT, bounds.left);
81 Assert.assertEquals(LINE_START_POINT, bounds.left);
  /dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/
NativeTestTarget.java 29 // This space intentionally left blank.
59 // This space intentionally left blank.
  /development/samples/ApiDemos/res/layout/
alert_dialog_text_entry.xml 29 android:gravity="left"
51 android:gravity="left"
focus_3.xml 38 android:nextFocusLeft="@+id/left"
49 <Button android:id="@+id/left"
  /external/bzip2/
bzip.css 21 margin-left: 1.5em;
49 margin-left: 0px;
  /external/icu4c/common/
rbbinode.h 66 // If there's a left child, this will be the same
67 // as that child's left pos.
  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 42 * @param x the variable x-coordinate of the upper-left corner of the image.
43 * @param y the variable y-coordinate of the upper-left corner of the image.
  /external/skia/include/utils/
SkNWayCanvas.h 41 virtual void drawBitmap(const SkBitmap& bitmap, SkScalar left, SkScalar top,
47 virtual void drawSprite(const SkBitmap& bitmap, int left, int top,
  /external/sonivox/docs/
JET_Authoring_Guidelines.html 112 margin-left:.3in;
133 margin-left:.4in;
151 margin-left:.5in;
167 margin-left:.6in;
185 margin-left:.7in;
201 margin-left:.8in;
219 margin-left:.9in;
234 margin-left:1.0in;
251 margin-left:1.1in;
273 margin-left:11.0pt;
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/String/
replace-001.js 30 * subexpressions. Argument m + 2 is the length of the left context, and
50 * is left unchanged.
  /external/webkit/WebCore/manual-tests/
pre-tab-selection-rect.html 52 <pre id="t2" style="padding-left: 10px;">Very buggy highlighting</pre>
57 <pre id="t3" style="margin-left: 10px;">Very buggy highlighting</pre>
scrollIntoView-horizontal.html 22 <input id="topright" type="button" value="STEP 2: click to scroll STEP 3 to BOTTOM of view" style="position: absolute; left: 1200px;" onclick="document.getElementById('bottomleft').scrollIntoView(false);">
28 <input id="bottomright" type="button" value="STEP 4: click to scroll STEP 1 to TOP of view (then you're done)" style="position: absolute; top: 1200px; left: 1200px;" onclick="document.getElementById('topleft').scrollIntoView();">
  /external/webkit/WebKit/chromium/src/win/
WebScreenInfoFactory.cpp 43 output.x = input.left;
45 output.width = input.right - input.left;
  /external/webkit/WebKitTools/CodeCoverage/
gcov.css 19 margin-left:10px;
29 text-align:left;
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 383 final int left = mHandle.getLeft(); local
384 mTouchDelta = (int) x - left;
385 prepareTracking(left);
440 final int left = mHandle.getLeft();
446 (mExpanded && left < mTapThreshold + mTopOffset) ||
447 (!mExpanded && left > mBottomOffset + mRight - mLeft -
454 animateClose(vertical ? top : left);
456 animateOpen(vertical ? top : left);
459 performFling(vertical ? top : left, velocity, false);
463 performFling(vertical ? top : left, velocity, false)
602 final int left = handle.getLeft(); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
LinearLayoutGridTest.java 28 * two buttons next two each other would have the left button's right equal to the
29 * right button's left. Same goes for top and bottom edges.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListOfTouchablesTest.java 63 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT,
80 Gravity.TOP | Gravity.LEFT, mListView.getTop());
  /frameworks/base/telephony/tests/telephonytests/src/android/telephony/
PhoneNumberWatcherTest.java 33 // Move the cursor to the left edge
56 // Make sure it deals with left edge boundary case
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
LayoutResult.java 85 public LayoutViewInfo(String name, Object key, int left, int top, int right, int bottom) {
88 mLeft = left;
NinePatchDrawable.java 73 padding.left = padd[0];
83 m9Patch.draw(canvas.getGraphics2d(), r.left, r.top, r.width(), r.height());
  /packages/apps/Browser/res/layout/
http_authentication.xml 30 android:gravity="left"
54 android:gravity="left"
page_info.xml 54 android:gravity="left"
65 android:gravity="left"
  /packages/apps/Browser/res/layout-land/
page_info.xml 54 android:gravity="left"
62 android:gravity="left"

Completed in 153 milliseconds

<<11121314151617181920>>