/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | DrawRectFilter.java | 92 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()
|
D | DrawOverlayFilter.java | 68 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()
|
D | CropFilter.java | 115 Quad box = (Quad)boxFrame.getObjectValue(); in process() local 128 shaderProgram.setSourceRegion(box); in process()
|
/frameworks/support/wear/tests/src/android/support/wear/widget/ |
D | BoxInsetLayoutTest.java | 81 View box = mActivityRule.getActivity().findViewById(R.id.box); in testCase1() 82 mIdViewMap.put(R.id.box, box); in testCase1() 87 View box = customRunnable.mIdViewMap.get(R.id.box); in testCase1() local 89 View boxParent = (View) box.getParent(); in testCase1() 131 View box = mActivityRule.getActivity().findViewById(R.id.box); in testCase2() 136 mIdViewMap.put(R.id.box, box); in testCase2() 146 View box = customRunnable.mIdViewMap.get(R.id.box); in testCase2() local 153 View boxParent = (View) box.getParent(); in testCase2() 241 View box = mActivityRule.getActivity().findViewById(R.id.box); in testCase3() 246 mIdViewMap.put(R.id.box, box); in testCase3() [all …]
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | ListViewAnimation.cpp | 100 auto box = rand() % 2 ? filledBox : strokedBox; in createListItem() local 101 canvas.drawBitmap(*box, itemWidth - dp(10) - box->width(), dp(10), nullptr); in createListItem()
|
/frameworks/base/core/jni/android/graphics/pdf/ |
D | PdfEditor.cpp | 273 PageBox pageBox, jobject box) { in nativeSetPageBox() argument 284 const int left = env->GetIntField(box, gRectClassInfo.left); in nativeSetPageBox() 285 const int top = env->GetIntField(box, gRectClassInfo.top); in nativeSetPageBox() 286 const int right = env->GetIntField(box, gRectClassInfo.right); in nativeSetPageBox() 287 const int bottom = env->GetIntField(box, gRectClassInfo.bottom); in nativeSetPageBox()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/ |
D | ModelMethod.java | 156 return (class1.box().equals(class2.box())); in isBoxingConversion()
|
D | InjectedClass.java | 153 public ModelClass box() { in box() method in InjectedClass
|
D | ModelClass.java | 224 public abstract ModelClass box(); in box() method in ModelClass
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
D | ScoAudioTest.java | 211 CheckBox box = findViewById(R.id.useSecondAudioManager); 212 if (box.isChecked()) { 216 box = findViewById(R.id.useVirtualCallCheckBox); 217 useVirtualCall = box.isChecked();
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiVendorHal.java | 896 AnswerBox box = new AnswerBox(); in getRttCapabilities() local 911 box.value = ans; in getRttCapabilities() 913 return box.value; in getRttCapabilities() 1429 AnswerBox box = new AnswerBox(); in getChannelsForBand() local 1438 box.value = intArrayFromArrayList(frequencies); in getChannelsForBand() 1447 box.value = intArrayFromArrayList(frequencies); in getChannelsForBand() 1450 return box.value; in getChannelsForBand() 1495 AnswerBox box = new AnswerBox(); in getApfCapabilities() 1498 box.value = new ApfCapabilities( in getApfCapabilities() 1503 return box.value; in getApfCapabilities()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureOverlayView.java | 649 final OrientedBoundingBox box = in touchMove() local 652 float angle = Math.abs(box.orientation); in touchMove() 657 if (box.squareness > mGestureStrokeSquarenessTreshold || in touchMove()
|
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/ |
D | JavaClass.java | 171 public JavaClass box() { in box() method in JavaClass
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
D | BracketExpr.java | 168 ModelClass boxed = value.getResolvedType().box(); in generateInverse()
|
/frameworks/rs/script_api/ |
D | rs_graphics.spec | 654 summary: Get the bounding box for a text string 656 Returns the bounding box of the text relative to (0, 0) 685 summary: Compute a bounding box 687 Computes an axis aligned bounding box of a mesh object
|
D | rs_matrix.spec | 264 Constructs a frustum projection matrix, transforming the box identified by 314 Constructs an orthographic projection matrix, transforming the box identified by the
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/ |
D | AnnotationClass.java | 280 public AnnotationClass box() { in box() method in AnnotationClass
|
/frameworks/rs/script_api/include/ |
D | rs_graphics.rsh | 990 * rsgMeasureText: Get the bounding box for a text string 994 * Returns the bounding box of the text relative to (0, 0) 1020 * rsgMeshComputeBoundingBox: Compute a bounding box 1024 * Computes an axis aligned bounding box of a mesh object
|
D | rs_matrix.rsh | 270 * Constructs a frustum projection matrix, transforming the box identified by 331 * Constructs an orthographic projection matrix, transforming the box identified by the
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 1450 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for 1457 # search using the keyboard; to jump to the search box use <access key> + S 1459 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1463 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys> 2248 # by representing a node as a red box. Note that doxygen if the number of direct 2271 # to support this out of the box.
|
D | Doxyfile | 1459 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for 1466 # search using the keyboard; to jump to the search box use <access key> + S 1468 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1472 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys> 2257 # by representing a node as a red box. Note that doxygen if the number of direct 2280 # to support this out of the box.
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1061 # When the SEARCHENGINE tag is enabled doxygen will generate a search box 1588 # visualized by representing a node as a red box. Note that doxygen if the 1607 # seem to support this out of the box. Warning: Depending on the platform used,
|
/frameworks/native/docs/ |
D | Doxyfile | 1266 # When the SEARCHENGINE tag is enabled doxygen will generate a search box 1860 # visualized by representing a node as a red box. Note that doxygen if the 1879 # seem to support this out of the box. Warning: Depending on the platform used,
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |