/frameworks/base/core/tests/coretests/src/android/hardware/input/ |
D | VirtualTouchEventTest.java | 40 .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() 144 .setX(0f) in touchEvent_palmUsedImproperly() 155 .setX(0f) in touchEvent_palmAndCancelUsedProperly()
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | ViewfinderProcessor.java | 64 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/ |
D | BNNMTest.java | 223 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()
|
D | SGEMMTest.java | 146 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()
|
D | GoogLeNet.java | 178 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/ |
D | IntrinsicResize.kt | 45 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()
|
D | IntrinsicLut3d.kt | 46 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()
|
D | IntrinsicHistogram.kt | 42 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()
|
D | IntrinsicColorMatrix.kt | 51 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()
|
D | IntrinsicBlur.kt | 49 builder.setX(sizeX) in intrinsicBlur() 63 options.setX(restriction.startX, restriction.endX) in intrinsicBlur() 96 options.setX(restriction.startX, restriction.endX) in intrinsicBlur()
|
D | IntrinsicConvolve.kt | 43 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/ |
D | LocalFloatingToolbarPopup.java | 586 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/base/core/java/android/service/selectiontoolbar/ |
D | RemoteSelectionToolbar.java | 498 mContentContainer.setX(left); in openOverflow() 501 mMainPanel.setX(0); in openOverflow() 502 mOverflowPanel.setX(0); in openOverflow() 504 mContentContainer.setX(right - mContentContainer.getWidth()); in openOverflow() 508 mMainPanel.setX(mContentContainer.getWidth() - startWidth); in openOverflow() 509 mOverflowPanel.setX(mContentContainer.getWidth() - targetWidth); in openOverflow() 537 mOverflowButton.setX(actualOverflowButtonX); in openOverflow() 572 mContentContainer.setX(left); in closeOverflow() 575 mMainPanel.setX(0); in closeOverflow() 576 mOverflowPanel.setX(0); in closeOverflow() [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_alloc_copyPadded.java | 93 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 …]
|
D | UT_alloc_copy.java | 69 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 …]
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_alloc_copyPadded.java | 92 typeBuilder.setX(width); in testAllocation_Byte3_1D() 124 typeBuilder.setX(width).setY(height); in testAllocation_Byte3_2D() 157 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Byte3_3D() 191 typeBuilder.setX(width); in testAllocation_Short3_1D() 226 typeBuilder.setX(width).setY(height); in testAllocation_Short3_2D() 262 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Short3_3D() 296 typeBuilder.setX(width); in testAllocation_Int3_1D() 331 typeBuilder.setX(width).setY(height); in testAllocation_Int3_2D() 367 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Int3_3D() 401 typeBuilder.setX(width); in testAllocation_Float3_1D() [all …]
|
D | UT_alloc_copy.java | 67 typeBuilder.setX(width); in allocation_copy1DRangeTo_Byte() 109 typeBuilder.setX(width); in allocation_copy1DRangeTo_Short() 151 typeBuilder.setX(width); in allocation_copy1DRangeTo_Int() 193 typeBuilder.setX(width); in allocation_copy1DRangeTo_Float() 235 typeBuilder.setX(width); in allocation_copy1DRangeTo_Long() 279 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Byte() 317 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Short() 355 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Int() 393 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Float() 431 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Long() [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_alloc_copyPadded.java | 95 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 …]
|
D | UT_alloc_copy.java | 71 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 …]
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Histogram.java | 45 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/ |
D | Histogram.java | 51 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/ |
D | RsBrickedBitMask.java | 60 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-shared/ |
D | compute.cpp | 22 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/ |
D | compute.cpp | 22 tb.setX(128); in test_compute() 49 failed_tb.setX(1); in test_compute() 79 tb.setX(xDim); in test_compute()
|
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/ |
D | SampleRSActivity.java | 118 Allocation outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); in onCreate() 124 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); in onCreate() 130 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); in onCreate() 136 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); in onCreate()
|