/frameworks/base/core/tests/coretests/src/android/view/ |
D | CreateViewTest.java | 47 LinearLayout vert = new LinearLayout(mContext); in testLayout2() local 48 vert.addView(new CreateViewTest.ViewOne(mContext), in testLayout2() 54 LinearLayout vert = new LinearLayout(mContext); in testLayout3() local 57 vert.addView(one, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3() 60 vert.addView(two, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3() 63 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3() 66 vert.addView(four, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3() 69 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3() 72 vert.addView(six, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3() 86 LinearLayout vert = new LinearLayout(mContext); in testLayout5() local [all …]
|
/frameworks/base/core/jni/android/opengl/ |
D | poly_clip.cpp | 39 #define COORD(vert, i) ((float *)(vert))[i] argument 70 u = &p->vert[p->n-1]; in poly_clip_to_halfspace() 72 for (v= &p->vert[0], i=p->n; i>0; i--, u=v, tu=tv, v++) { in poly_clip_to_halfspace() 81 wp = (float *)&q->vert[q->n].sx; in poly_clip_to_halfspace() 88 q->vert[q->n++] = *v; in poly_clip_to_halfspace() 114 for (v=p1->vert, i=p1->n; i>0; i--, v++) { in poly_clip_to_frustum()
|
D | poly.h | 40 Poly_vert vert[POLY_NMAX]; /* vertices */ member
|
D | util.cpp | 62 Poly_vert* pV = & pPoly->vert[i]; 119 float* pDest = & poly.vert[0].sx; in visibilityTest()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | rasterize.rscript | 23 float vert[3 * 8]; 85 f1.x = vert[p1]; 86 f1.y = vert[p1 + 1]; 87 f1.z = vert[p1 + 2]; 88 f2.x = vert[p2]; 89 f2.y = vert[p2 + 1]; 90 f2.z = vert[p2 + 2]; 91 f3.x = vert[p3]; 92 f3.y = vert[p3 + 1]; 93 f3.z = vert[p3 + 2];
|
/frameworks/layoutlib/bridge/src/android/view/shadow/ |
D | TriangleBuffer.java | 54 public void drawTriangles(int[] index, float[] vert, float[] color,float scale) { in drawTriangles() argument 58 float vx = vert[vIndex * 2 + 0]; in drawTriangles() 59 float vy = vert[vIndex * 2 + 1]; in drawTriangles() 64 vx = vert[vIndex * 2 + 0]; in drawTriangles() 65 vy = vert[vIndex * 2 + 1]; in drawTriangles() 70 vx = vert[vIndex * 2 + 0]; in drawTriangles() 71 vy = vert[vIndex * 2 + 1]; in drawTriangles()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGuts.java | 328 double vert = Math.max(getHeight() - y, y); in animateOpen() local 329 float r = (float) Math.hypot(horz, vert); in animateOpen() 365 double vert = Math.max(getHeight() - y, y); in animateClose() local 366 float r = (float) Math.hypot(horz, vert); in animateClose()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodec.java | 4830 int vert = info.getInt(); in MediaImage() local 4831 if (horiz != vert || horiz != (ix == 0 ? 1 : 2)) { in MediaImage() 4833 + horiz + "x" + vert + " on plane " + ix); in MediaImage() 4841 + (xOffset / horiz) * colInc + (yOffset / vert) * rowInc); in MediaImage() 4843 + (mHeight / vert - 1) * rowInc + (mWidth / horiz - 1) * colInc); in MediaImage()
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | threshold.rscript | 77 uchar4 RS_KERNEL vert(uint32_t x, uint32_t y) {
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | threshold_half.rscript | 77 uchar4 RS_KERNEL vert(uint32_t x, uint32_t y) {
|
D | threshold.rscript | 77 uchar4 RS_KERNEL vert(uint32_t x, uint32_t y) {
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | threshold.rscript | 77 uchar4 RS_KERNEL vert(uint32_t x, uint32_t y) {
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 12417 protected void onScrollChanged(int horiz, int vert, int oldHoriz, int oldVert) { in onScrollChanged() argument 12418 super.onScrollChanged(horiz, vert, oldHoriz, oldVert); in onScrollChanged()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |