Home
last modified time | relevance | path

Searched refs:setX (Results 1 – 25 of 170) sorted by relevance

1234567

/frameworks/base/tests/Input/src/android/hardware/input/
DVirtualTouchEventTest.java40 .setX(0f) in touchEvent_noAction()
51 .setX(0f) in touchEvent_noPointerId()
60 .setX(0f) in touchEvent_noToolType()
82 .setX(0f) in touchEvent_noY()
92 .setX(0f) in touchEvent_created()
110 .setX(0f) in touchEvent_created_withPressureAndAxis()
133 .setX(0f) in touchEvent_cancelUsedImproperly()
150 .setX(0f) in touchEvent_palmUsedImproperly()
161 .setX(0f) in touchEvent_palmAndCancelUsedProperly()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java64 yuvTypeBuilder.setX(dimensions.getWidth()); in ViewfinderProcessor()
72 rgbTypeBuilder.setX(dimensions.getWidth()); in ViewfinderProcessor()
78 buffTypeBuilder.setX(dimensions.getWidth()); in ViewfinderProcessor()
100 houghSliceBuilder.setX(NO_OF_SLICES); in ViewfinderProcessor()
104 houghOutputBuilder.setX(800); in ViewfinderProcessor()
191 opt.setX(2, mBlurAllocation.getType().getX() - 2); in run()
195 opt.setX(3, mBlurAllocation.getType().getX() - 3); in run()
199 opt.setX(4, mBlurAllocation.getType().getX() - 4); in run()
203 opt.setX(5, mBlurAllocation.getType().getX() - 5); in run()
270 buffTypeBuilder.setX(width).setY(height); in processImage()
[all …]
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DBNNMTest.java223 Type a_type = builder.setX(k).setY(m).create(); in setTestSmall()
224 Type b_type = builder.setX(k).setY(n).create(); in setTestSmall()
225 Type c_type = builder.setX(n).setY(m).create(); in setTestSmall()
293 Type a_type = builder.setX(k).setY(m).create(); in setTestMedium()
294 Type b_type = builder.setX(k).setY(n).create(); in setTestMedium()
295 Type c_type = builder.setX(n).setY(m).create(); in setTestMedium()
342 Type a_type = builder.setX(k).setY(m).create(); in setTestLarge()
343 Type b_type = builder.setX(k).setY(n).create(); in setTestLarge()
344 Type c_type = builder.setX(n).setY(m).create(); in setTestLarge()
DSGEMMTest.java146 Type a_type = builder.setX(k).setY(m).create(); in setTestSmall()
147 Type b_type = builder.setX(n).setY(k).create(); in setTestSmall()
148 Type c_type = builder.setX(n).setY(m).create(); in setTestSmall()
201 Type a_type = builder.setX(k).setY(m).create(); in setTestMedium()
202 Type b_type = builder.setX(n).setY(k).create(); in setTestMedium()
203 Type c_type = builder.setX(n).setY(m).create(); in setTestMedium()
249 Type a_type = builder.setX(k).setY(m).create(); in setTestLarge()
250 Type b_type = builder.setX(n).setY(k).create(); in setTestLarge()
251 Type c_type = builder.setX(n).setY(m).create(); in setTestLarge()
DGoogLeNet.java178 Type a_type = builder.setX(k).setY(m).create(); in setTest()
179 Type b_type = builder.setX(n).setY(k).create(); in setTest()
180 Type c_type = builder.setX(n).setY(m).create(); in setTest()
183 b_type = builder.setX(k).setY(n).create(); in setTest()
/frameworks/rs/toolkit/test/
DIntrinsicResize.kt45 builder.setX(inSizeX) in intrinsicResize()
49 builder.setX(outSizeX) in intrinsicResize()
60 options.setX(restriction.startX, restriction.endX) in intrinsicResize()
96 builder.setX(outSizeX) in intrinsicResize()
106 options.setX(restriction.startX, restriction.endX) in intrinsicResize()
DIntrinsicLut3d.kt46 builder.setX(sizeX) in intrinsicLut3d()
56 cubeTypeBuilder.setX(cubeSize.sizeX) in intrinsicLut3d()
66 options.setX(restriction.startX, restriction.endX) in intrinsicLut3d()
99 cubeTypeBuilder.setX(cubeSize.sizeX) in intrinsicLut3d()
109 options.setX(restriction.startX, restriction.endX) in intrinsicLut3d()
DIntrinsicHistogram.kt42 builder.setX(sizeX) in intrinsicHistogram()
56 options.setX(restriction.startX, restriction.endX) in intrinsicHistogram()
91 options.setX(restriction.startX, restriction.endX) in intrinsicHistogram()
118 builder.setX(sizeX) in intrinsicHistogramDot()
141 options.setX(restriction.startX, restriction.endX) in intrinsicHistogramDot()
184 options.setX(restriction.startX, restriction.endX) in intrinsicHistogramDot()
DIntrinsicColorMatrix.kt51 inputBuilder.setX(sizeX) in intrinsicColorMatrix()
61 outputBuilder.setX(sizeX) in intrinsicColorMatrix()
94 options.setX(restriction.startX, restriction.endX) in intrinsicColorMatrix()
150 options.setX(restriction.startX, restriction.endX) in intrinsicColorMatrix()
DIntrinsicBlur.kt49 builder.setX(sizeX) in intrinsicBlur()
63 options.setX(restriction.startX, restriction.endX) in intrinsicBlur()
96 options.setX(restriction.startX, restriction.endX) in intrinsicBlur()
DIntrinsicConvolve.kt43 builder.setX(sizeX) in intrinsicConvolve()
113 options.setX(restriction.startX, restriction.endX) in invokeConvolveKernel()
128 options.setX(restriction.startX, restriction.endX) in invokeConvolveKernel()
/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
DLocalFloatingToolbarPopup.java586 mContentContainer.setX(left); in openOverflow()
589 mMainPanel.setX(0); in openOverflow()
590 mOverflowPanel.setX(0); in openOverflow()
592 mContentContainer.setX(right - mContentContainer.getWidth()); in openOverflow()
596 mMainPanel.setX(mContentContainer.getWidth() - startWidth); in openOverflow()
597 mOverflowPanel.setX(mContentContainer.getWidth() - targetWidth); in openOverflow()
625 mOverflowButton.setX(actualOverflowButtonX); in openOverflow()
660 mContentContainer.setX(left); in closeOverflow()
663 mMainPanel.setX(0); in closeOverflow()
664 mOverflowPanel.setX(0); in closeOverflow()
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_alloc_copyPadded.java95 typeBuilder.setX(width); in testAllocation_Byte3_1D()
127 typeBuilder.setX(width).setY(height); in testAllocation_Byte3_2D()
160 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Byte3_3D()
194 typeBuilder.setX(width); in testAllocation_Short3_1D()
229 typeBuilder.setX(width).setY(height); in testAllocation_Short3_2D()
265 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Short3_3D()
299 typeBuilder.setX(width); in testAllocation_Int3_1D()
334 typeBuilder.setX(width).setY(height); in testAllocation_Int3_2D()
370 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Int3_3D()
404 typeBuilder.setX(width); in testAllocation_Float3_1D()
[all …]
DUT_alloc_copy.java71 typeBuilder.setX(width); in allocation_copy1DRangeTo_Byte()
113 typeBuilder.setX(width); in allocation_copy1DRangeTo_Short()
155 typeBuilder.setX(width); in allocation_copy1DRangeTo_Int()
197 typeBuilder.setX(width); in allocation_copy1DRangeTo_Float()
239 typeBuilder.setX(width); in allocation_copy1DRangeTo_Long()
283 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Byte()
321 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Short()
359 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Int()
397 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Float()
435 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Long()
[all …]
DUT_small_struct_2.java43 builderA.setX(dimX); in initializeGlobals()
50 builderB.setX(dimX); in initializeGlobals()
DUT_small_struct.java43 builderA.setX(dimX); in initializeGlobals()
50 builderB.setX(dimX); in initializeGlobals()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_alloc_copyPadded.java93 typeBuilder.setX(width); in testAllocation_Byte3_1D()
125 typeBuilder.setX(width).setY(height); in testAllocation_Byte3_2D()
158 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Byte3_3D()
192 typeBuilder.setX(width); in testAllocation_Short3_1D()
227 typeBuilder.setX(width).setY(height); in testAllocation_Short3_2D()
263 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Short3_3D()
297 typeBuilder.setX(width); in testAllocation_Int3_1D()
332 typeBuilder.setX(width).setY(height); in testAllocation_Int3_2D()
368 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Int3_3D()
402 typeBuilder.setX(width); in testAllocation_Float3_1D()
[all …]
DUT_alloc_copy.java69 typeBuilder.setX(width); in allocation_copy1DRangeTo_Byte()
111 typeBuilder.setX(width); in allocation_copy1DRangeTo_Short()
153 typeBuilder.setX(width); in allocation_copy1DRangeTo_Int()
195 typeBuilder.setX(width); in allocation_copy1DRangeTo_Float()
237 typeBuilder.setX(width); in allocation_copy1DRangeTo_Long()
281 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Byte()
319 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Short()
357 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Int()
395 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Float()
433 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Long()
[all …]
DUT_small_struct.java41 builderA.setX(dimX); in initializeGlobals()
48 builderB.setX(dimX); in initializeGlobals()
DUT_small_struct_2.java41 builderA.setX(dimX); in initializeGlobals()
48 builderB.setX(dimX); in initializeGlobals()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DHistogram.java45 tb.setX(256).setY(steps); in createTest()
62 lo.setX(0, 1); in runTest()
71 lo.setX(0, 1024); in runTest()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DHistogram.java51 tb.setX(256).setY(steps); in createTest()
73 lo.setX(0, mSums.getType().getY()); in runTest()
79 lo.setX(0, 1024); in runTest()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DRsBrickedBitMask.java60 b.setX(size); in RsBrickedBitMask()
84 b.setX(mDimX / 8); in createChunkAllocation()
92 b.setX(mDimX / 8); in createBitChunkAllocation()
/frameworks/rs/tests/cpp_api/cppbasic/
Dcompute.cpp22 tb.setX(128); in test_compute()
49 failed_tb.setX(1); in test_compute()
79 tb.setX(xDim); in test_compute()
/frameworks/rs/tests/cpp_api/cppbasic-shared/
Dcompute.cpp22 tb.setX(128); in test_compute()
49 failed_tb.setX(1); in test_compute()
79 tb.setX(xDim); in test_compute()

1234567