Home
last modified time | relevance | path

Searched refs:setY (Results 1 – 25 of 55) sorted by relevance

123

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualStylusMotionEventTest.java55 .setY(y) in parcelAndUnparcel_matches()
98 .setY(1) in stylusMotionEvent_noAction_throwsIae()
108 .setY(1) in stylusMotionEvent_invalidAction_throwsIae()
118 .setY(1) in stylusMotionEvent_invalidToolType_throwsIae()
127 .setY(5) in stylusMotionEvent_noX_throwsIae()
146 .setY(1) in stylusMotionEvent_invalidEventTime_throwsIae()
157 .setY(1) in stylusMotionEvent_invalidPressure_throwsIae()
164 .setY(1) in stylusMotionEvent_invalidPressure_throwsIae()
175 .setY(1) in stylusMotionEvent_invalidTiltX_throwsIae()
182 .setY(1) in stylusMotionEvent_invalidTiltX_throwsIae()
[all …]
DVirtualTouchEventTest.java46 .setY(y) in parcelAndUnparcel_matches()
86 .setY(1f) in touchEvent_noAction_throwsIae()
97 .setY(1f) in touchEvent_noPointerId_throwsIae()
106 .setY(1f) in touchEvent_noToolType_throwsIae()
116 .setY(1f) in touchEvent_noX_throwsIae()
137 .setY(1f) in touchEvent_invalidEventTime_throwsIae()
149 .setY(1f) in touchEvent_cancelUsedImproperly_throwsIae()
160 .setY(1f) in touchEvent_palmUsedImproperly_throwsIae()
176 .setY(y) in touchEvent_palmAndCancelUsedProperly()
203 .setY(y) in touchEvent_valid_created()
[all …]
DVirtualTouchscreenTest.java76 .setY(y) in sendTouchEvent()
94 .setY(y + i) in sendTouchEvent()
105 .setY(y + moveEventCount) in sendTouchEvent()
144 .setY(y) in sendTouchEvent_withoutCreateVirtualDevicePermission_throwsException()
156 .setY(y) in sendHoverEvent()
DVirtualDeviceMirrorDisplayTest.java243 .setY(y) in virtualTouchscreen_touchEvent()
263 .setY(y + i) in virtualTouchscreen_touchEvent()
275 .setY(y + moveEventCount) in virtualTouchscreen_touchEvent()
358 .setY(y) in virtualNavigationTouchpad_touchEvent()
367 .setY(y) in virtualNavigationTouchpad_touchEvent()
411 .setY(y) in virtualStylus_touchEvent()
423 .setY(y + i) in virtualStylus_touchEvent()
436 .setY(y + moveEventCount) in virtualStylus_touchEvent()
DVirtualStylusTest.java87 .setY(y) in sendTouchEvents()
97 .setY(y + i) in sendTouchEvents()
108 .setY(y + moveEventCount) in sendTouchEvents()
233 .setY(y) in sendTouchEvent_withoutCreateVirtualDevicePermission_throwsException()
290 .setY(y) in sendMotionEvent()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DTypeTest.java27 b.setX(x).setY(y); in testBuilderSizes()
92 b.setX(x).setY(y); in testGetCount()
102 Type t = b.setX(8).setY(1).create(); in testGetCount()
106 t = b.setX(8).setY(8).create(); in testGetCount()
110 t = b.setX(8).setY(4).create(); in testGetCount()
114 t = b.setX(4).setY(8).create(); in testGetCount()
117 t = b.setX(7).setY(1).create(); in testGetCount()
121 t = b.setX(7).setY(3).create(); in testGetCount()
140 b.setX(3).setY(4); in testGetY()
148 b.setX(64).setY(64); in testGetYuv()
[all …]
DLaunchClip.java70 if (mDimY > 0) tb.setY(mDimY); in setup()
172 tb.setY(ay); in makeAdapter()
182 a.setY(oy); in makeAdapter()
222 sc.setY(17, 177); in testWrite2D()
234 sc.setY(17, 18); in testWrite2DAdapter1D()
247 sc.setY(17, 177); in testWrite2DAdapter2D()
261 sc.setY(17, 27); in testWrite3D()
274 sc.setY(17, 18); in testWrite3DAdapter1D()
289 sc.setY(17, 27); in testWrite3DAdapter2D()
304 sc.setY(17, 27); in testWrite3DAdapter3D()
DAllocationTest.java47 typeBuilder.setX(x).setY(y); in createTypedHelper()
62 Allocation.createTyped(mRS, typeBuilder.setY(8).create(), in createTypedTextureHelper()
80 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(1).create(), in createTypedTextureHelper()
83 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(3).create(), in createTypedTextureHelper()
86 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(7).create(), in createTypedTextureHelper()
91 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(1).create(), in createTypedTextureHelper()
95 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(3).create(), in createTypedTextureHelper()
99 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(7).create(), in createTypedTextureHelper()
276 b.setX(8).setY(8); in testAllocationMipmapControl()
284 b.setX(8).setY(8).setFaces(true); in testCubemapFaces()
[all …]
DVoidPtr.java67 Type t = typeBuilder.setX(10).setY(15).create(); in testVoidOutInt()
95 Type t = typeBuilder.setX(10).setY(15).create(); in testVoidOutChar()
124 Type t = typeBuilder.setX(10).setY(15).create(); in testVoidInInt()
155 Type t = typeBuilder.setX(10).setY(15).create(); in testVoidInChar()
DSingleSourceForEachTest.java45 i32TypeBuilder.setX(X).setY(Y); in setUp()
104 sc.setY(0, Y / 2); in testKernelLaunchWithOptions()
118 sc.setY(0, Y); in testAllocationlessKernelLaunch()
DAllocationCopyPaddedTest.java64 typeBuilder.setX(width).setY(height); in test_AllocationPadded_Byte3_2D()
94 typeBuilder.setX(w).setY(h).setZ(d); in test_AllocationPadded_Byte3_3D()
162 typeBuilder.setX(width).setY(height); in test_AllocationPadded_Short3_2D_Helper()
200 typeBuilder.setX(w).setY(h).setZ(d); in test_AllocationPadded_Short3_3D_Helper()
268 typeBuilder.setX(width).setY(height); in test_AllocationPadded_Int3_2D()
301 typeBuilder.setX(w).setY(h).setZ(d); in test_AllocationPadded_Int3_3D()
363 typeBuilder.setX(width).setY(height); in test_AllocationPadded_Float3_2D()
395 typeBuilder.setX(w).setY(h).setZ(d); in test_AllocationPadded_Float3_3D()
457 typeBuilder.setX(width).setY(height); in test_AllocationPadded_Double3_2D()
489 typeBuilder.setX(w).setY(h).setZ(d); in test_AllocationPadded_Double3_3D()
[all …]
DTestCtxDim.java32 typeBuilder.setY(Y); in test()
DIntrinsicBase.java78 tb.setY(h); in makeAllocation()
145 lo.setY(y, y2); in makeClipper()
DAllocationCopyToTest.java243 typeBuilder.setX(width).setY(height); in test_Allocationcopy2DRangeTo_Byte()
277 typeBuilder.setX(width).setY(height); in test_Allocationcopy2DRangeTo_Short_Helper()
322 typeBuilder.setX(width).setY(height); in test_Allocationcopy2DRangeTo_Int()
356 typeBuilder.setX(width).setY(height); in test_Allocationcopy2DRangeTo_Float()
390 typeBuilder.setX(width).setY(height); in test_Allocationcopy2DRangeTo_Long()
426 typeBuilder.setX(width).setY(height).setZ(depth); in test_Allocationcopy3DRangeTo_Byte()
466 typeBuilder.setX(width).setY(height).setZ(depth); in test_Allocationcopy3DRangeTo_Short_Helper()
511 typeBuilder.setX(width).setY(height).setZ(depth); in test_Allocationcopy3DRangeTo_Int()
551 typeBuilder.setX(width).setY(height).setZ(depth); in test_Allocationcopy3DRangeTo_Float()
591 typeBuilder.setX(width).setY(height).setZ(depth); in test_Allocationcopy3DRangeTo_Long()
[all …]
DYuvTest.java149 tb.setY(height); in test_NV21()
200 tb.setY(height); in test_YV12()
252 tb.setY(height); in test_YV12_Float4()
299 tb.setY(height); in test_NV21_Float4()
DAllocationCopy2DRangeTest.java44 typeBuilder.setX(width).setY(height); in testAllocationCopy2DRange()
DRsAllocationCopyTest.java277 typeBuilder.setX(width).setY(height); in test_RsAllocationCopy2D_Byte()
333 typeBuilder.setX(width).setY(height); in test_RsAllocationCopy2D_Short()
389 typeBuilder.setX(width).setY(height); in test_RsAllocationCopy2D_Int()
445 typeBuilder.setX(width).setY(height); in test_RsAllocationCopy2D_Float()
501 typeBuilder.setX(width).setY(height); in test_RsAllocationCopy2D_Long()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_type.cpp51 b.setY(y); in testTypeBuilderHelper()
121 b.setY(y); in Java_android_cts_rscpp_RSTypeTest_testGetCount()
132 b.setY(1); in Java_android_cts_rscpp_RSTypeTest_testGetCount()
139 b.setY(8); in Java_android_cts_rscpp_RSTypeTest_testGetCount()
145 b.setY(4); in Java_android_cts_rscpp_RSTypeTest_testGetCount()
151 b.setY(8); in Java_android_cts_rscpp_RSTypeTest_testGetCount()
156 b.setY(1); in Java_android_cts_rscpp_RSTypeTest_testGetCount()
162 b.setY(3); in Java_android_cts_rscpp_RSTypeTest_testGetCount()
188 b.setY(4); in Java_android_cts_rscpp_RSTypeTest_testGet()
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DBNNMTest.java133 Type a_type = builder.setX(k).setY(m).create(); in runBNNM()
134 Type b_type = builder.setX(k).setY(n).create(); in runBNNM()
135 Type c_type = builder.setX(n).setY(m).create(); in runBNNM()
451 Type a_type = builder.setX(k).setY(m).create(); in testExceptionHandling()
452 Type b_type = builder.setX(k).setY(n).create(); in testExceptionHandling()
453 Type c_type = builder.setX(n).setY(m).create(); in testExceptionHandling()
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSColorMatrixTest.java56 build.setY(Y); in testRSColorMatrix0()
87 build.setY(Y); in testRSColorMatrix1()
121 build.setY(Y); in testRSColorMatrix2()
153 build.setY(Y); in testRSColorMatrix3()
184 build.setY(Y); in testRSColorMatrix4()
DRS3DLUTTest.java53 build.setY(Y); in testRSLUT()
60 buildCube.setY(lutSize); in testRSLUT()
DRSBlurTest.java45 build.setY(Y); in testRSBlurOneChannel()
74 build.setY(Y); in testRSBlurFourChannels()
DRSConvolveTest.java56 build.setY(Y); in testConvolve3x3()
113 build.setY(Y); in testConvolve5x5()
DRSLUTTest.java45 build.setY(Y); in testRSLUT()
/cts/tests/tests/animation/src/android/animation/cts/
DShapeHolder.java52 public void setY(float value) { in setY() method in ShapeHolder

123