Home
last modified time | relevance | path

Searched refs:setScale (Results 1 – 20 of 20) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java120 mService.runOnServiceSync(() -> result.set(controller.setScale(scale, false))); in testSetScale()
139 final AtomicBoolean setScale = new AtomicBoolean(); in testSetScaleAndCenter() local
144 setScale.set(controller.setScale(scale, false)); in testSetScaleAndCenter()
148 assertTrue("Failed to set scale", setScale.get()); in testSetScaleAndCenter()
171 mService.runOnServiceSync(() -> result.set(controller.setScale(scale, false))); in testListener()
190 mService.runOnServiceSync(() -> controller.setScale(2.0f, false)); in testMagnificationServiceShutsDownWhileMagnifying_shouldReturnTo1x()
261 controller.setScale(scale1, true); in testAnimatingMagnification()
268 controller.setScale(scale2, true); in testAnimatingMagnification()
275 controller.setScale(scale3, true); in testAnimatingMagnification()
347 final AtomicBoolean setScale = new AtomicBoolean(); in waitOnMagnificationChanged() local
[all …]
DAccessibilityGestureDispatchTest.java388 final AtomicBoolean setScale = new AtomicBoolean(); in testClickWhenMagnified_matchesActualTouch() local
390 setScale.set(magnificationController.setScale(MAGNIFICATION_FACTOR, false)); in testClickWhenMagnified_matchesActualTouch()
392 assertTrue("Failed to set scale", setScale.get()); in testClickWhenMagnified_matchesActualTouch()
/cts/tests/tests/view/src/android/view/animation/cts/
DTransformationTest.java49 t1.getMatrix().setScale(3, 1); in testCompose()
50 t2.getMatrix().setScale(3, 1); in testCompose()
56 expectedMatrix.setScale(9, 1); in testCompose()
64 expectedMatrix.setScale(27, 1); in testCompose()
79 t2.getMatrix().setScale(2, 3); in testClear()
/cts/tests/tests/graphics/src/android/graphics/cts/
DShaderTest.java72 scale2x3.setScale(2, 3); in testGetSetLocalMatrix()
95 matrix.setScale(10, 10); in testGetWithNullParam()
DMatrixTest.java58 mMatrix.setScale(0f, 0f); in testIsIdentity()
89 Matrix.IDENTITY_MATRIX.setScale(.5f, .5f); in testIdentityMatrixSetScale()
94 Matrix.IDENTITY_MATRIX.setScale(.5f, .5f, 10f, 10f); in testIdentityMatrixSetScalePivot()
274 mMatrix.setScale(1f, 2f); in testEquals()
284 mMatrix.setScale(1f, 2f, 3f, 4f); in testReset()
293 mMatrix.setScale(1f, 2f); in testSetScale()
301 mMatrix.setScale(1f, 2f, 3f, 4f); in testSetScale2()
DPathMeasureTest.java141 matrix.setScale(1f, 2f); in testGetMatrix()
DColorMatrixTest.java162 mColorMatrix.setScale(2, 3, 4, 5); in testSetScale()
DRadialGradientTest.java52 m.setScale(0, 0); in testZeroScaleMatrix()
DLinearGradientTest.java152 m.setScale(0, 0);
DSweepGradientTest.java159 m.setScale(0, 0); in testZeroScaleMatrix()
DPaintTest.java352 m.setScale(10, 0); in testShaderLocalMatrix()
361 m.setScale(0, 10); in testShaderLocalMatrix()
DBitmapTest.java476 matrix.setScale(10, 10); in testCreateBitmap_matrix()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DResourceModifier.java75 matrix.setScale(0.5f, 0.5f); in ResourceModifier()
81 matrix.setScale(drawHeight, 1.0f); in ResourceModifier()
/cts/tests/tests/view/src/android/view/cts/util/
DASurfaceControlTestUtils.java97 public static void setScale(long surfaceControl, float xScale, float yScale) { in setScale() method in ASurfaceControlTestUtils
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DCursorAnchorInfoTest.java104 transformMatrix.setScale(10.0f, 20.0f); in testBuilder()
408 transformMatrix.setScale(10.0f, 20.0f); in testMatrixIsRequired()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java518 transform.setScale(1, heightRatio/widthRatio); in startPreview()
522 transform.setScale(widthRatio/heightRatio, 1); in startPreview()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java912 transform.setScale(1, heightRatio / widthRatio); in startPreview()
919 transform.setScale(widthRatio / heightRatio, 1); in startPreview()
/cts/tests/tests/view/src/android/view/cts/
DASurfaceControlTest.java50 import static android.view.cts.util.ASurfaceControlTestUtils.setScale;
1501 setScale(surfaceControl, .5f, .5f); in testSurfaceTransaction_setScale()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DLayerTests.java379 scaledMatrix.setScale(4, 5); in testSaveLayerRestoreBehavior()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...