Home
last modified time | relevance | path

Searched refs:margin (Results 1 – 25 of 102) sorted by relevance

12345

/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dstyle.css3 margin-bottom: 30px;
17 margin-top: 3px;
22 margin-top: 0;
44 margin: 0;
72 margin: 0;
149 margin-left: 0;
156 margin-top: 0;
164 margin: 0;
178 margin: 0;
237 margin: 0;
[all …]
H A Dandroid-developer-docs.css16 margin:0;
24 margin:0;
59 margin: 0;
126 margin:0;
153 margin:0;
181 margin: 0;
190 margin: 0;
195 margin: 0;
201 margin:0;
263 margin:0;
[all …]
H A Dandroid-developer-core.css14 margin: 0;
54 margin:0;
111 margin:0;
142 margin:0;
148 margin:0;
181 margin:0;
201 margin:0;
351 margin: 0;
707 margin:0;
726 margin:0;
[all …]
/aosp12/system/core/watchdogd/
H A Dwatchdogd.cpp34 int margin = 10; in main() local
35 if (argc >= 3) margin = atoi(argv[2]); in main()
37 LOG(INFO) << "watchdogd started (interval " << interval << ", margin " << margin << ")!"; in main()
45 int timeout = interval + margin; in main()
53 if (timeout > margin) { in main()
54 interval = timeout - margin; in main()
60 << margin; in main()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/misc/
H A Ddoxygenextra.css2 margin: 0;
34 margin: 0px;
40 margin: 30px;
47 margin-right: 10px;
48 margin-left: 20px;
72 margin-left: 0px;
74 margin-top: 0px;
133 margin: 30px;
162 margin: 15px;
172 margin: 0px;
[all …]
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/design/
H A Ddefault.css14 margin: 0;
31 margin: 0 40px; }
35 margin-bottom: 20px;
59 margin-left: 190px;
60 margin-top: 80px;
73 margin-right: 20px;
103 margin: 0;
144 margin-left: 0; }
309 margin-top: 10px;
412 margin: 0 10px;
[all …]
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A Dimage_and_kernel.rsh6 // width-by-height is the dimension of a padded image with a margin.
10 // (width-2*margin)-by-(height-2*margin).
11 int margin;
17 image_size->margin = m;
H A DImageBuffersForRenderScript.java32 public ImageBuffersForRenderScript(Bitmap inImage, int margin, in ImageBuffersForRenderScript() argument
41 paddedMargin = margin; in ImageBuffersForRenderScript()
42 imageWidthPadded = inputImage.getWidth() + 2 * margin; in ImageBuffersForRenderScript()
43 imageHeightPadded = inputImage.getHeight() + 2 * margin; in ImageBuffersForRenderScript()
H A Dlayered_filter_fast_f32.rscript99 x += g_image_size.margin;
100 y += g_image_size.margin;
135 x += g_image_size.margin;
136 y += g_image_size.margin;
207 x += g_image_size.margin;
208 y += g_image_size.margin;
231 x += g_image_size.margin;
232 y += g_image_size.margin;
257 y += g_image_size.margin;
282 y += g_image_size.margin;
[all …]
H A Dlayered_filter_fast_d1new.rscript88 x += g_image_size_i4.s2; // margin
89 y += g_image_size_i4.s2; // margin
117 x += g_image_size_i4.s2; // margin
118 y += g_image_size_i4.s2; // margin
242 x += g_image_size_i4.s2; // margin
243 y += g_image_size_i4.s2; // margin
288 x += g_image_size_i4.s2; // margin
289 y += g_image_size_i4.s2; // margin
333 y += g_image_size_i4.s2; // margin
369 y += g_image_size_i4.s2; // margin
[all …]
/aosp12/packages/apps/Dialer/java/com/android/dialer/main/impl/bottomnav/
H A DBottomNavItem.java91 @Px int margin; in setNotificationCount() local
93 margin = getContext().getResources().getDimensionPixelSize(R.dimen.badge_margin_length_1); in setNotificationCount()
95 margin = getContext().getResources().getDimensionPixelSize(R.dimen.badge_margin_length_2); in setNotificationCount()
97 margin = getContext().getResources().getDimensionPixelSize(R.dimen.badge_margin_length_3); in setNotificationCount()
101 params.setMarginStart(margin); in setNotificationCount()
102 params.setMarginEnd(margin); in setNotificationCount()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDrawable.java69 final int margin = (int) sensorRect.height() / 8; in onSensorRectUpdated() local
71 final Rect bounds = new Rect((int) sensorRect.left + margin, in onSensorRectUpdated()
72 (int) sensorRect.top + margin, in onSensorRectUpdated()
73 (int) sensorRect.right - margin, in onSensorRectUpdated()
74 (int) sensorRect.bottom - margin); in onSensorRectUpdated()
/aosp12/frameworks/base/test-runner/src/android/test/
H A DViewAsserts.java161 static public void assertRightAligned(View first, View second, int margin) { in assertRightAligned() argument
169 assertEquals("views are not right aligned", Math.abs(firstRight - secondRight), margin); in assertRightAligned()
198 static public void assertLeftAligned(View first, View second, int margin) { in assertLeftAligned() argument
206 assertEquals("views are not left aligned", Math.abs(firstLeft - secondLeft), margin); in assertLeftAligned()
235 static public void assertBottomAligned(View first, View second, int margin) { in assertBottomAligned() argument
243 assertEquals("views are not bottom aligned", Math.abs(firstBottom - secondBottom), margin); in assertBottomAligned()
272 static public void assertTopAligned(View first, View second, int margin) { in assertTopAligned() argument
280 assertEquals("views are not top aligned", Math.abs(firstTop - secondTop), margin); in assertTopAligned()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageCurves.java259 float margin = Spline.curveHandleSize() / 2; in onTouchEvent() local
261 if (posX < margin) { in onTouchEvent()
262 posX = margin; in onTouchEvent()
265 if (posY < margin) { in onTouchEvent()
266 posY = margin; in onTouchEvent()
268 if (posX > getWidth() - margin) { in onTouchEvent()
269 posX = getWidth() - margin; in onTouchEvent()
271 if (posY > getHeight() - margin) { in onTouchEvent()
272 posY = getHeight() - margin; in onTouchEvent()
274 posX = (posX - margin) / (getWidth() - 2 * margin); in onTouchEvent()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/dialer/main/impl/toolbar/
H A DSearchBarView.java46 private final float margin; field in SearchBarView
64 margin = getContext().getResources().getDimension(R.dimen.search_bar_margin); in SearchBarView()
189 int margin = (int) (this.margin * fraction); in setMargins() local
191 params.topMargin = margin; in setMargins()
192 params.bottomMargin = margin; in setMargins()
193 params.leftMargin = margin; in setMargins()
194 params.rightMargin = margin; in setMargins()
/aosp12/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/
H A Dstylesheet-jdiff.css5 table.diffspectable {border:1px;padding:0px;margin:0px;}
27 margin-top:.25em;
28 margin-bottom:0;
40 margin:1em 0 0 0;}
43 margin:0 0 0em 0;
/aosp12/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/
H A Dstylesheet-jdiff.css5 table.diffspectable {border:1px;padding:0px;margin:0px;}
27 margin-top:.25em;
28 margin-bottom:0;
40 margin:1em 0 0 0;}
43 margin:0 0 0em 0;
/aosp12/build/soong/cmd/soong_build/
H A Dwritedocs.go207 margin: 0;
222 margin: 16px 0;
230 margin: 40px 0 20px
251 margin: 0;
269 margin: 0;
311 .accordion,.simple{margin-left:1.5em;text-indent:-1.5em;margin-top:.25em}
312 .collapsible{border-width:0 0 0 1;margin-left:.25em;padding-left:.25em;border-style:solid;
317 margin: 0;
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
H A Darchitecture.dot5 margin="0,0"
15 margin="10,10"
25 margin="10,10"
H A Dmove1.dot5 margin="0,0"
13 margin="10,10"
31 margin="10,10"
H A Diterative-parser-states-diagram.dot4 margin="0,0"
17 margin="10,10"
26 margin="10,10"
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageTaskUnfoldController.java225 int margin = (int) (maxSize * CROPPING_START_MARGIN_FRACTION); in update() local
226 mStartCropRect.inset(margin, margin, margin, margin); in update()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DStageTaskUnfoldController.java220 int margin = (int) (maxSize * CROPPING_START_MARGIN_FRACTION); in update() local
221 mStartCropRect.inset(margin, margin, margin, margin); in update()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DStructureAdapter.kt60 val margin = itemView.context.resources regex
62 val itemDecorator = MarginItemDecorator(margin, margin)
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DSeascapePagedViewHandler.java100 public void setTaskMenuAroundTaskView(LinearLayout taskView, float margin) { in setTaskMenuAroundTaskView() argument
102 lp.bottomMargin += margin; in setTaskMenuAroundTaskView()
106 public PointF getAdditionalInsetForTaskMenu(float margin) { in getAdditionalInsetForTaskMenu() argument
107 return new PointF(-margin, margin); in getAdditionalInsetForTaskMenu()

12345