HomeSort by relevance Sort by last modified time
    Searched full:margin (Results 76 - 100 of 1343) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
word-spacing-highlight.html 11 <p style="margin-left:1em;">
interrupted-compound-transform.html 12 margin: 20px;
19 margin: 50px;
29 margin: 50px;
38 margin: 50px;
  /external/webkit/WebKitTools/QueueStatusServer/stylesheets/
dashboard.css 12 margin: 0px;
20 margin: 0px;
24 margin: 0px;
53 margin: 1px;
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 147 * are on the same x location, with respect to the specified margin.
151 * @param margin The margin between the first view and the second view
153 static public void assertRightAligned(View first, View second, int margin) {
161 assertEquals("views are not right aligned", Math.abs(firstRight - secondRight), margin);
184 * are on the same x location, with respect to the specified margin.
188 * @param margin The margin between the first view and the second view
190 static public void assertLeftAligned(View first, View second, int margin) {
198 assertEquals("views are not left aligned", Math.abs(firstLeft - secondLeft), margin);
    [all...]
  /external/webkit/WebKit/android/
RenderSkinButton.cpp 43 int8_t outset, margin; member in struct:PatchData
100 int marginValue = pd.margin + pd.outset;
102 SkIRect margin; local
104 margin.set(marginValue, marginValue, marginValue, marginValue);
109 /* FIXME: This temporarily gets around the fact that the margin values and
113 margin.set(10, 9, 10, 14);
116 SkNinePatch::DrawNine(canvas, bounds, gButton[newState], margin);
  /external/sonivox/docs/
JET_Creator_User_Manual.html 103 margin:0in;
104 margin-bottom:.0001pt;
112 margin-top:12.0pt;
113 margin-right:0in;
114 margin-bottom:3.0pt;
115 margin-left:.3in;
133 margin-top:12.0pt;
134 margin-right:0in;
135 margin-bottom:3.0pt;
136 margin-left:.4in;
    [all...]
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 74 private static final int MARGIN = 4;
219 mDstRect.offsetTo(MARGIN+x, MARGIN+y);
248 canvas.drawLine(x7 + MARGIN, y, x7 + s3 - 1 - MARGIN, y, mWinPaint);
252 canvas.drawLine(x, y7 + MARGIN, x, y7 + s3 - 1 - MARGIN, mWinPaint);
257 canvas.drawLine(x7 + MARGIN, y7 + MARGIN,
258 x7 + s3 - 1 - MARGIN, y7 + s3 - 1 - MARGIN, mWinPaint);
    [all...]
  /external/webkit/WebCore/css/
html.css 59 margin: 8px
64 margin: 1.0__qem 0px
90 margin: 1__qem 40px 1em 40px
115 margin: 0.5em auto;
129 margin: .67__qem 0 .67em 0;
136 margin: .83__qem 0 .83em 0;
143 margin: 1__qem 0 1em 0;
149 margin: 1.33__qem 0 1.33em 0;
156 margin: 1.67__qem 0 1.67em 0;
163 margin: 2.33__qem 0 2.33em 0
    [all...]
  /external/wpa_supplicant/wpa_gui-qt4/
userdatarequest.ui 31 <property name="margin" >
55 <property name="margin" >
107 <layoutdefault spacing="6" margin="11" />
eventhistory.ui 58 <property name="margin" >
88 <layoutdefault spacing="6" margin="11" />
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
userdatarequest.ui 31 <property name="margin" >
55 <property name="margin" >
107 <layoutdefault spacing="6" margin="11" />
  /development/pdk/pndk/
Android_PNDK_README.html 31 margin-top: 0px;
32 margin-bottom: 0px;
36 margin: 0px;
40 margin: 6px;
73 margin: 15px auto 25px;
274 margin-top: 1em;
275 margin-bottom: 1em;
326 margin: 0;
522 <div style="MARGIN-TOP:0px; MARGIN-BOTTOM:0px; FONT-FAMILY:Verdana"
    [all...]
  /external/webkit/WebCore/manual-tests/resources/
hash-ref-test.html 7 margin-top: 0px;
  /development/pdk/docs/
index.jd 31 <table border="0" style="border: 0px; margin: 0px; padding: 0px;"><tr><td align="center" style="border: 0px; margin: 0px; padding: 0px;">
32 <div class="rebox lil" style="float: left; width: 30%; margin: 1em;">
35 <p><img src="images/lil-wrench.png" alt="" style="margin: 1em;"/>
42 <div class="rebox lil" style="float: left; width: 30%; margin: 1em;">
45 <p><img src="images/lil-wrench.png" alt="" style="margin: 1em;"/>
52 <div class="rebox lil" style="float: left; width: 30%; margin: 1em;">
55 <p><img src="images/lil-wrench.png" alt="" style="margin: 1em;"/>
  /external/opencore/pvmi/pvmf/include/
pvmf_sync_util.h 53 PVMF_SYNC_EARLY = 0, /**< Timestamp is earlier than the current clock by more than the early margin.*/
55 PVMF_SYNC_LATE, /**< Timestamp is later than the current clock by more than the late margin. */
80 * the early margin. The media data will be scheduled to be processed at the later time that is
82 * current time of the clock by the late margin and will be dropped.
84 * @param aEarlyMargin Early margin in milliseconds.
85 * @param aLateMargin Late margin in milliseconds.
95 * by more than the early margin, it is considered early, and this API will return the number of
97 * clock by more than the late margin, it is considered late and this API will return -1 to indicate
  /frameworks/base/core/java/android/text/style/
TabStopSpan.java 26 * Returns the offset of the tab stop from the leading margin of the
41 * @param where the offset of the tab stop from the leading margin of
  /frameworks/base/core/res/res/raw-cs/
nodomain.html 5 body { margin-top: 0px; padding-top: 0px; }
6 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-de/
nodomain.html 5 body { margin-top: 0px; padding-top: 0px; }
6 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-es/
nodomain.html 5 body { margin-top: 0px; padding-top: 0px; }
6 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-fi/
nodomain.html 5 body { margin-top: 0px; padding-top: 0px; }
6 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-fr/
nodomain.html 5 body { margin-top: 0px; padding-top: 0px; }
6 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-hu/
nodomain.html 5 body { margin-top: 0px; padding-top: 0px; }
6 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-pt-rBR/
nodomain.html 5 body { margin-top: 0px; padding-top: 0px; }
6 h2 { margin-top: 5px; padding-top: 0px; }
  /development/scripts/app_engine_server/gae_shell/templates/
shell.html 15 margin: 0.5em;
23 margin: 0.5em;
30 margin-left: 0.5em;
36 margin-right: 0px;
43 margin-left: -1em;
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 29 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix& matrix, SkIPoint* margin);
81 bool SkBlurMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, const SkMatrix& matrix, SkIPoint* margin)
92 if (margin) {
93 // we need to integralize radius for our margin, so take the ceil
95 margin->set(SkScalarCeil(radius), SkScalarCeil(radius));

Completed in 114 milliseconds

1 2 34 5 6 7 8 91011>>