/frameworks/base/core/tests/coretests/src/android/view/ |
D | CreateViewTest.java | 46 LinearLayout vert = new LinearLayout(mContext); in testLayout2() local 47 vert.addView(new CreateViewTest.ViewOne(mContext), in testLayout2() 53 LinearLayout vert = new LinearLayout(mContext); in testLayout3() local 56 vert.addView(one, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3() 59 vert.addView(two, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3() 62 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3() 65 vert.addView(four, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3() 68 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3() 71 vert.addView(six, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3() 85 LinearLayout vert = new LinearLayout(mContext); in testLayout5() local [all …]
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
D | rasterize.rs | 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/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 | 79 Poly_vert* pV = & pPoly->vert[i]; 138 float* pDest = & poly.vert[0].sx; in visibilityTest()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodec.java | 3531 int vert = info.getInt(); in MediaImage() local 3532 if (horiz != vert || horiz != (ix == 0 ? 1 : 2)) { in MediaImage() 3534 + horiz + "x" + vert + " on plane " + ix); in MediaImage() 3543 + (xOffset / horiz) * colInc + (yOffset / vert) * rowInc); in MediaImage() 3545 + (mHeight / vert - 1) * rowInc + (mWidth / horiz - 1) * colInc); in MediaImage()
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | threshold.rs | 77 uchar4 RS_KERNEL vert(uint32_t x, uint32_t y) {
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | threshold.rs | 77 uchar4 RS_KERNEL vert(uint32_t x, uint32_t y) {
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | threshold.rs | 77 uchar4 RS_KERNEL vert(uint32_t x, uint32_t y) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationGuts.java | 392 final double vert = Math.max(getHeight() - y, y); in closeControls() local 393 final float r = (float) Math.hypot(horz, vert); in closeControls()
|
D | BaseStatusBar.java | 1186 final double vert = Math.max(guts.getHeight() - y, y); in getNotificationLongClicker() argument 1187 final float r = (float) Math.hypot(horz, vert); in getNotificationLongClicker()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 9428 protected void onScrollChanged(int horiz, int vert, int oldHoriz, int oldVert) { in onScrollChanged() argument 9429 super.onScrollChanged(horiz, vert, oldHoriz, oldVert); in onScrollChanged()
|