/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | DrawRectFilter.java | 95 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()
|
D | DrawOverlayFilter.java | 74 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()
|
D | CropFilter.java | 121 Quad box = (Quad)boxFrame.getObjectValue(); in process() local 134 shaderProgram.setSourceRegion(box); in process()
|
/frameworks/base/docs/html/design/style/ |
D | color.jd | 9 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/ |
D | DisplayContent.java | 243 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/ |
D | doxygen.css | 165 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/ |
D | io2013.jd | 67 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/ |
D | icon_design_tab.jd | 154 <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>
|
D | icon_design_menu.jd | 109 <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
|
D | icon_design_launcher_archive.jd | 164 <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/ |
D | activity-ui-testing.jd | 24 <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/ |
D | gltracer.jd | 60 <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/ |
D | index.jd | 28 <div class="download-box">
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-ui.jd | 144 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/ |
D | index.jd | 33 <div class="download-box">
|
/frameworks/base/docs/html-intl/ja/training/multiscreen/ |
D | index.jd | 33 <div class="download-box">
|
D | screendensities.jd | 33 <div class="download-box">
|
/frameworks/base/docs/html-intl/zh-cn/training/multiscreen/ |
D | index.jd | 33 <div class="download-box">
|
D | screendensities.jd | 33 <div class="download-box">
|
/frameworks/base/docs/html-intl/ko/training/multiscreen/ |
D | index.jd | 33 <div class="download-box">
|
D | screendensities.jd | 33 <div class="download-box">
|
/frameworks/base/core/java/android/gesture/ |
D | GestureOverlayView.java | 641 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/ |
D | index.jd | 23 <div class="download-box">
|
/frameworks/base/docs/html/training/scheduling/ |
D | index.jd | 21 <div class="download-box">
|
/frameworks/base/docs/html/guide/topics/text/ |
D | index.jd | 16 the recognition results appear in the text box while they are still speaking. If you are an IME
|