Home
last modified time | relevance | path

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

1234567891011

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DDrawRectFilter.java92 Quad box = (Quad)boxFrame.getObjectValue(); in process() local
93 box = box.scaled(2.0f).translated(-1.0f, -1.0f); in process()
100 renderBox(box); in process()
109 private void renderBox(Quad box) { in renderBox() argument
114 float[] vertexValues = { box.p0.x, box.p0.y, in renderBox()
115 box.p1.x, box.p1.y, in renderBox()
116 box.p3.x, box.p3.y, in renderBox()
117 box.p2.x, box.p2.y }; in renderBox()
DDrawOverlayFilter.java68 Quad box = (Quad)boxFrame.getObjectValue(); in process() local
69 box = box.translated(1.0f, 1.0f).scaled(2.0f); in process()
71 mProgram.setTargetRegion(box); in process()
DCropFilter.java115 Quad box = (Quad)boxFrame.getObjectValue(); in process() local
128 shaderProgram.setSourceRegion(box); in process()
/frameworks/base/docs/html/ndk/reference/
Ddoxygen.css197 -webkit-transition-property: background-color, box-shadow;
199 -moz-transition-property: background-color, box-shadow;
201 -ms-transition-property: background-color, box-shadow;
203 -o-transition-property: background-color, box-shadow;
205 transition-property: background-color, box-shadow;
211 box-shadow: 0 0 10px cyan;
241 box-shadow: 2px 2px 3px #999;
242 -webkit-box-shadow: 2px 2px 3px #999;
243 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
432 -webkit-transition-property: background-color, box-shadow;
[all …]
/frameworks/base/core/jni/android/graphics/pdf/
DPdfEditor.cpp312 PageBox pageBox, jobject box) { in nativeSetPageBox() argument
322 const int left = env->GetIntField(box, gRectClassInfo.left); in nativeSetPageBox()
323 const int top = env->GetIntField(box, gRectClassInfo.top); in nativeSetPageBox()
324 const int right = env->GetIntField(box, gRectClassInfo.right); in nativeSetPageBox()
325 const int bottom = env->GetIntField(box, gRectClassInfo.bottom); in nativeSetPageBox()
/frameworks/base/docs/html-intl/intl/zh-cn/design/material/
Dindex.jd7 <!-- developer docs box -->
15 <!-- video box -->
23 <!-- video box -->
31 <!-- video box -->
/frameworks/base/docs/html-intl/intl/ja/design/material/
Dindex.jd7 <!-- developer docs box -->
15 <!-- video box -->
23 <!-- video box -->
31 <!-- video box -->
/frameworks/base/docs/html-intl/intl/zh-tw/design/material/
Dindex.jd7 <!-- developer docs box -->
15 <!-- video box -->
23 <!-- video box -->
31 <!-- video box -->
/frameworks/base/docs/html-intl/intl/ko/design/material/
Dindex.jd8 <!-- developer docs box -->
16 <!-- video box -->
24 <!-- video box -->
32 <!-- video box -->
/frameworks/base/docs/html-intl/intl/ru/design/material/
Dindex.jd8 <!-- developer docs box -->
16 <!-- video box -->
24 <!-- video box -->
32 <!-- video box -->
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DModelMethod.java144 return (class1.box().equals(class2.box())); in isBoxingConversion()
/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-intl/intl/in/design/material/
Dindex.jd8 <!-- developer docs box -->
16 <!-- video box -->
24 <!-- video box -->
32 <!-- video box -->
/frameworks/base/docs/html/design/material/
Dindex.jd8 <!-- developer docs box -->
16 <!-- video box -->
24 <!-- video box -->
32 <!-- video box -->
/frameworks/base/docs/html-intl/intl/pt-br/design/material/
Dindex.jd8 <!-- developer docs box -->
16 <!-- video box -->
24 <!-- video box -->
32 <!-- video box -->
/frameworks/base/docs/html/training/permissions/
Drequesting.jd211 returns right away, and after the user responds to the dialog box, the system
253 requestPermissions()}, the system shows a standard dialog box to the user.
254 Your app <em>cannot</em> configure or alter that dialog box. If you need to
265 When your app requests permissions, the system presents a dialog box to the
303 The dialog box shown by the system describes the <a href=
308 system dialog box just says your app needs access to the device's contacts.
317 system dialog box.
/frameworks/base/docs/html-intl/intl/es/design/material/
Dindex.jd8 <!-- developer docs box -->
16 <!-- video box -->
24 <!-- video box -->
32 <!-- video box -->
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java211 CheckBox box = (CheckBox) findViewById(R.id.useSecondAudioManager);
212 if (box.isChecked()) {
216 box = (CheckBox) findViewById(R.id.useVirtualCallCheckBox);
217 useVirtualCall = box.isChecked();
/frameworks/base/docs/html-intl/intl/ru/training/basics/activity-lifecycle/
Dindex.jd29 <div class="download-box">
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/activity-lifecycle/
Dindex.jd29 <div class="download-box">
/frameworks/base/docs/html-intl/intl/ja/training/basics/activity-lifecycle/
Dindex.jd29 <div class="download-box">
/frameworks/base/docs/html-intl/intl/ko/training/basics/activity-lifecycle/
Dindex.jd29 <div class="download-box">
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/activity-lifecycle/
Dindex.jd29 <div class="download-box">

1234567891011