Home
last modified time | relevance | path

Searched refs:box (Results 1 – 25 of 189) sorted by relevance

12345678

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DDrawRectFilter.java95 Quad box = (Quad)boxFrame.getObjectValue(); in process() local
96 box = box.scaled(2.0f).translated(-1.0f, -1.0f); in process()
103 renderBox(box); in process()
112 private void renderBox(Quad box) { in renderBox() argument
117 float[] vertexValues = { box.p0.x, box.p0.y, in renderBox()
118 box.p1.x, box.p1.y, in renderBox()
119 box.p3.x, box.p3.y, in renderBox()
120 box.p2.x, box.p2.y }; in renderBox()
DDrawOverlayFilter.java74 Quad box = (Quad)boxFrame.getObjectValue(); in process() local
75 box = box.translated(1.0f, 1.0f).scaled(2.0f); in process()
77 mProgram.setTargetRegion(box); in process()
DCropFilter.java121 Quad box = (Quad)boxFrame.getObjectValue(); in process() local
134 shaderProgram.setSourceRegion(box); in process()
/frameworks/base/docs/html/design/style/
Dcolor.jd9 display: -webkit-box;
10 display: -moz-box;
11 display: box;
13 -webkit-box-orient: horizontal;
14 -moz-box-orient: horizontal;
15 box-orient: horizontal;
25 line-height: 0; /* to remove more top space in FF for -moz-box elements */
39 -webkit-box-flex: 1;
40 -moz-box-flex: 1;
41 box-flex: 1;
[all …]
/frameworks/base/services/java/com/android/server/wm/
DDisplayContent.java243 final StackBox box = mStackBoxes.get(stackBoxNdx); in createStack() local
247 if (box.contains(relativeStackBoxId)) { in createStack()
260 newStack = box.split(stackId, relativeStackBoxId, position, weight); in createStack()
282 final StackBox box = mStackBoxes.get(stackBoxNdx); in resizeStack() local
283 if (box.resize(stackBoxId, weight)) { in resizeStack()
291 void addStackBox(StackBox box, boolean toTop) { in addStackBox() argument
295 mStackBoxes.add(toTop ? mStackBoxes.size() : 0, box); in addStackBox()
298 void removeStackBox(StackBox box) { in removeStackBox() argument
299 if (DEBUG_STACK) Slog.d(TAG, "removeStackBox: box=" + box); in removeStackBox()
300 final TaskStack stack = box.mStack; in removeStackBox()
[all …]
/frameworks/base/docs/html/reference/renderscript/
Ddoxygen.css165 box-shadow: 2px 2px 3px #999;
166 -webkit-box-shadow: 2px 2px 3px #999;
167 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
424 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
428 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
432 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
451 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
455 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
460 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
640 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
[all …]
/frameworks/base/docs/html/channels/
Dio2013.jd67 box-shadow:inset 500px 500px 999px rgba(000, 000, 000, 0.2);
83 box-shadow:inset 500px 500px 999px rgba(255,255,255, 0.6);
112 -moz-box-shadow: 0 2px 3px 2px rgba(000,000,000, 0.4);
113 -webkit-box-shadow: 0 2px 3px 2px rgba(000,000,000, 0.4);
114 box-shadow: 0 2px 3px 2px rgba(000,000,000, 0.4);
230 /* Load a video into the player box.
232 * @param title The video title to display in the player box (character escaped)
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_tab.jd154 <li>The red box is the bounding box for the full asset.</li>
155 <li>The blue box is the recommended bounding box for the actual icon.
156 The icon box is sized smaller than the full asset box to allow for
158 <li>The orange box is the recommended bounding box for the actual icon when
159 the content is square. The box for square icons is smaller than that for other
326 Keep 1 px of padding around the bounding box inside the Photoshop template.</li>
Dicon_design_menu.jd109 <li>The red box is the bounding box for the full asset.</li>
110 <li>The blue box is the recommended bounding box for the actual icon.
111 The icon box is sized smaller than the full asset box to allow for
113 <li>The orange box is the recommended bounding box for the actual icon when
114 the content is square. The box for square icons is smaller than that for other
Dicon_design_launcher_archive.jd164 <li>The red box is the bounding box for the full asset.</li>
165 <li>The blue box is the recommended bounding box for the actual icon.
166 The icon box is sized smaller than the full asset box so that there is space to
168 <li>The orange box is the recommended bounding box for the actual icon when
169 the content is square. The box for square icons is smaller than that for other
/frameworks/base/docs/html/training/activity-testing/
Dactivity-ui-testing.jd24 <div class="download-box">
41 called <em>white-box testing</em> because you have the
44 framework is suitable for creating white-box tests for UI components within an
45 application. An alternative type of UI testing is <em>black-box testing</em>,
48 the system. Black-box testing is not covered in this training. To learn more
49 about how to perform black-box testing on your Android apps, see the
/frameworks/base/docs/html/tools/help/
Dgltracer.jd60 <p class="img-caption"><strong>Figure 1.</strong> Trace capture dialog box.</p>
71 <li>In the dialog box, select the <strong>Device</strong> to use for the trace.</li>
87 <li>In the dialog box, <strong>Stop Tracing</strong> to complete the tracing run.</li>
/frameworks/base/docs/html/training/enterprise/
Dindex.jd28 <div class="download-box">
/frameworks/base/docs/html/tools/debugging/
Ddebugging-ui.jd144 string in the <strong>Filter by class or id:</strong> edit box at the bottom of the
416 outlined in a box that indicates the View object's position on the screen. For the
417 selected object, the box is bold red. Sibling and parent View objects have a light
418 red box. View objects that are neither parents nor siblings are in white.
421 The layout box may have other rectangles either inside or outside it, each of which
422 indicates part of the View. A purple or green rectangle indicates the View bounding box.
423 A white or black box inside the layout box represents the <strong>padding</strong>, the
424 defined distance between the View object's content and its bounding box. An outer white
426 View bounding box and adjacent View objects. The padding and margin boxes are white if
/frameworks/base/docs/html-intl/ru/training/multiscreen/
Dindex.jd33 <div class="download-box">
/frameworks/base/docs/html-intl/ja/training/multiscreen/
Dindex.jd33 <div class="download-box">
Dscreendensities.jd33 <div class="download-box">
/frameworks/base/docs/html-intl/zh-cn/training/multiscreen/
Dindex.jd33 <div class="download-box">
Dscreendensities.jd33 <div class="download-box">
/frameworks/base/docs/html-intl/ko/training/multiscreen/
Dindex.jd33 <div class="download-box">
Dscreendensities.jd33 <div class="download-box">
/frameworks/base/core/java/android/gesture/
DGestureOverlayView.java641 final OrientedBoundingBox box = in touchMove() local
644 float angle = Math.abs(box.orientation); in touchMove()
649 if (box.squareness > mGestureStrokeSquarenessTreshold || in touchMove()
/frameworks/base/docs/html/training/monetization/
Dindex.jd23 <div class="download-box">
/frameworks/base/docs/html/training/scheduling/
Dindex.jd21 <div class="download-box">
/frameworks/base/docs/html/guide/topics/text/
Dindex.jd16 the recognition results appear in the text box while they are still speaking. If you are an IME

12345678