Home
last modified time | relevance | path

Searched refs:dy (Results 1 – 25 of 78) sorted by relevance

1234

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDetectorTest.java194 final int dy = mStrokeLenPxY; in runGestureDetectionTestOnDisplay() local
207 testPath(p(+0, -dy), AccessibilityService.GESTURE_SWIPE_UP, displayId); in runGestureDetectionTestOnDisplay()
208 testPath(p(+0, +dy), AccessibilityService.GESTURE_SWIPE_DOWN, displayId); in runGestureDetectionTestOnDisplay()
212 testPath(p(-dx, +0), p(-dx, -dy), AccessibilityService.GESTURE_SWIPE_LEFT_AND_UP, in runGestureDetectionTestOnDisplay()
214 testPath(p(-dx, +0), p(-dx, +dy), AccessibilityService.GESTURE_SWIPE_LEFT_AND_DOWN, in runGestureDetectionTestOnDisplay()
219 testPath(p(+dx, +0), p(+dx, -dy), AccessibilityService.GESTURE_SWIPE_RIGHT_AND_UP, in runGestureDetectionTestOnDisplay()
221 testPath(p(+dx, +0), p(+dx, +dy), AccessibilityService.GESTURE_SWIPE_RIGHT_AND_DOWN, in runGestureDetectionTestOnDisplay()
224 testPath(p(+0, -dy), p(-dx, -dy), AccessibilityService.GESTURE_SWIPE_UP_AND_LEFT, in runGestureDetectionTestOnDisplay()
226 testPath(p(+0, -dy), p(+dx, -dy), AccessibilityService.GESTURE_SWIPE_UP_AND_RIGHT, in runGestureDetectionTestOnDisplay()
228 testPath(p(+0, -dy), p(+0, +0), AccessibilityService.GESTURE_SWIPE_UP_AND_DOWN, in runGestureDetectionTestOnDisplay()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DCanvasDrawGlyphsTest.java259 float dy = 1f; in drawGlyphs_positionDifference() local
265 DRAW_ORIGIN_X + dx, DRAW_ORIGIN_Y + dy, in drawGlyphs_positionDifference()
266 DRAW_ORIGIN_X + dx * 2, DRAW_ORIGIN_Y + dy * 2, in drawGlyphs_positionDifference()
267 DRAW_ORIGIN_X + dx * 3, DRAW_ORIGIN_Y + dy * 3, in drawGlyphs_positionDifference()
268 DRAW_ORIGIN_X + dx * 4, DRAW_ORIGIN_Y + dy * 4, in drawGlyphs_positionDifference()
277 dy = 2f; in drawGlyphs_positionDifference()
283 DRAW_ORIGIN_X + dx, DRAW_ORIGIN_Y + dy, in drawGlyphs_positionDifference()
284 DRAW_ORIGIN_X + dx * 2, DRAW_ORIGIN_Y + dy * 2, in drawGlyphs_positionDifference()
285 DRAW_ORIGIN_X + dx * 3, DRAW_ORIGIN_Y + dy * 3, in drawGlyphs_positionDifference()
286 DRAW_ORIGIN_X + dx * 4, DRAW_ORIGIN_Y + dy * 4, in drawGlyphs_positionDifference()
DRadialGradientTest.java109 double dy = Math.sin(angle) * radius; in testColorLong() local
113 int y = 50 + (int) (ny * dy); in testColorLong()
DSweepGradientTest.java283 double dy = Math.sin(angle) * radius; in testColorLong() local
285 int y = 50 + (int) (dy); in testColorLong()
/cts/tests/openglperf2/jni/graphics/
DVector2D.cpp48 float dy = mY - v.mY; in distance() local
49 return (float) sqrt(dx * dx + dy * dy); in distance()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt35 class Offset(val dx: Float, val dy: Float) { constant in android.uirendering.cts.testinfrastructure.Offset
38 dx == other.dx && dy == other.dy in equals()
42 override fun hashCode(): Int = dx.hashCode() xor dy.hashCode() in hashCode()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt35 class Offset(val dx: Float, val dy: Float) { constant in android.uirendering.cts.testinfrastructure.Offset
38 dx == other.dx && dy == other.dy in equals()
42 override fun hashCode(): Int = dx.hashCode() xor dy.hashCode() in hashCode()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
DKernelDataForRenderScriptd1new.java114 float dy = dy0 + (float) v / (float) getNumSubPixels(); in generateDiskKernelArray() local
118 float yf = y - kernelRadius + dy; in generateDiskKernelArray()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
DKernelDataForRenderScriptF32.java113 float dy = dy0 + (float) v / (float) getNumSubPixels(); in generateDiskKernelArray() local
117 float yf = y - kernelRadius + dy; in generateDiskKernelArray()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DPaintTests.kt57 val dy = 5f in <lambda>() constant
62 canvas.translate(dx, dy) in <lambda>()
69 paint.setShadowLayer(radius, dx, dy, shadowColor) in <lambda>()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java949 int dx, dy, dz; in onNewData() local
954 dy = (int)(Math.asin(mRTemp[9])*(180.0/Math.PI)); in onNewData()
960 valid = (Math.abs(dy) < 30); in onNewData()
963 d = dy; in onNewData()
968 valid = (Math.abs(dx) < 20 && Math.abs(dy) < 20); in onNewData()
/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java978 for (int dy = 0; dy <= yAlign; dy += yAlign) { in addExtremeSizesFor()
979 Set<Size> bucket = (dx + dy == 0) ? minMax : nearMinMax; in addExtremeSizesFor()
982 int height = getExtreme(mVideoCaps.getSupportedHeightsFor(width), y, dy); in addExtremeSizesFor()
998 int height = getExtreme(mVideoCaps.getSupportedHeights(), y, dy); in addExtremeSizesFor()
1007 .intersect(0, wideScreen.getHeight()), y, dy); in addExtremeSizesFor()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/tests/tests/media/assets/hls_variant/387360/
D20.ts291 …�����������������������������������������n��ա���ō|���n�x���ʄ���Aq<��dy�����әՠ�a�CUtK�'�Oӊk…
793 ����>��dy��V�\��!�3˼LQb�Ѕc�f���L��&"��*� ��k5֥Ռ��0 �ڲy�sg3)W�2���_����en���uM.�q_r�&�zӡz�K��…
D02.ts245 …"���3_=�������:A%O����3$_��~�����c������{�P:��3���Z����+�o������^o��dy�~�p��G;H���������…
901 �7��g��?�J���)����dy܀�w��=!r���m�ʎ�k�'���%pqoW�#aGA���(��!�C���P@$�&-̴8Ģ͋�|��RT@�…
D08.ts1672 …�����������������������������������������n�)�"t���ݍ�$�Gƨ}!��Ġ�s�iӵy�Us�dy�ݕ�'�'=��c�i*v��ͬ�d<�…
D16.ts495 q�C�.U����z|�n��DXߚ���I�<���\�(dy �P�JlG�������'���H܊׫�4 �:O���|TY�Uʽ�t�0� �sVGp_`���{�.�T�…
/cts/tests/tests/media/assets/hls_variant/165340/
D03.ts660 7��^����lZ{w��uU�G�? �����������I��H���~�̿�dy�U�[�.(ڦI�é�ݕw&��Ϲ�9-��˧��ZSkm��I��s�J�&�m�g��D�BO…
D05.ts63 …x�Md+���dy�k����.�6O��Df�${���п�)��Z���v�8��3�[$�s��-�W�b-��~%39D �\�_�!����ap�y���+�'.t@…
/cts/tests/tests/security/res/raw/
Ddrm_uaf.dm251 …W@<��8~��*؛�{�Ѥ�Kf'T.���)��<H�}��ݿ����e�?i�%1ڮ�z�#���<��EV6@hU��dy��/��>1c����� <y3x8…
/cts/tests/tests/media/assets/hls_variant/344388/
D10.ts407 �j���t��� ����rv>hQ�N�W���*w�>��"U=4g ߰��x��^j�98�Ay���KI�u��~˺�J?xX�S�dy
/cts/tests/tests/media/assets/unmuxed_1500k/
D07.ts50 …����:Ԟ����3g�tA-�>�J���&l[+<�U��=zP(�La D�ĕO)�}�˂��m�T\mn��t�%@dy&�-+�8,v[6���GM…
250 …�tx�����XĔ�ě�$�7��֬$O=������b�dy��uZIc���"�7�R�.ۗq�(b� }�nW�^S����(�4�����|_�=��%���S…
262 …����ό�9H�h�l��X��Y#�E�mH16G�5%�[5(Ho��q���n�N�#?�|w^��k`�p�'�:��?q��M��S��z�l�F���l�a� [�)dy
2866 %C���Ym.u'�ʦT���]�dy-,�e�y&�D�TG���>8��_l`�K�xL�5�`�Q��_�>^eRiGA5�(���*�������
5182 ʱ�;+�3�t���}h��Q_����㍒.G�E�m�?o; ��t��H���f������2dy�ԅ�0�I�"����L[d���ۅW�b@yk!wv�I�…
6453 S@���ck�Wu�5IC��K�@g�t[����dy�e�e�RA@\,��.F��<�M�РGČ��Ee��B�.� �E�9v�$�<W��Ol>�G�B…
7629 +jdy�T M �7鍤��q�fw-�n :�yY�n��� ��������>gP]q���C�D�.CeG�f
9810 …�>T����&�"n�T��{̵�q�LQx ����VI ��Eo�=�ŧ��M� ���F�'i{YG$�����k`���dy�Z}�v��'l�9�$� �=L…
10505 &ܞГ�Ƿ���q�]g���� mѽt���.K�p������k�^��dy'ĻU��B�j}���E5��6��%�_�~YAu*R��K;���X��8�f�Hw�…
/cts/tests/tests/media/assets/hls_variant/765178/
D16.ts355 ��c�-�li�� [��v���t/�'�����dy�����)l `N��G��Ghw=:}���{
D00.ts1873 ���VJ��:���z���6Ȃ��'���� �޾�Ml���; ����dy/��6~!��le��[�}��u�j}.�O���Z:�|�����kG�…
2275 …K�r��-����jު�|�}r���yv��y��K�W=�C�1�����aCrOZv_�#���a�"�t@�`�{_pCQis�r���dy��g��������G��…
/cts/tests/tests/media/assets/hls_variant/1676816/
D01.ts441 …2��=�(,E�b�Y�uL���Fx���S�^H��A����E|K*����w���e�Y�kG�a��t��e��iP��hOY]���<�I��dy����a��|��
2943 n��$��$� =LJ�mp���!q�G�;"@dy��fTq6�/dt�&��j�=U��9o˝i���L���}J� �y��c8=��bԪRh/8)���� W�(I^…
3957 ���$��J�*�'5\��GK��IBD�/�5�s2��G�jt��,znMQ�³�G�N)dy�J�4�~B[#b�D����˝��y�k���Y�"�n�g…

1234