Home
last modified time | relevance | path

Searched refs:setValues (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DMatrixTest.java243 matrix.setValues(values); in testPreConcat()
300 matrix.setValues(values); in testPostConcat()
343 matrix.setValues(values); in testInvert()
509 mMatrix.setValues(values); in testAccessValues()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspBufferBase.java40 public abstract void setValues(int index, double... values); in setValues() method in DspBufferBase
DDspBufferDouble.java37 public void setValues(int index, double... values) { in setValues() method in DspBufferDouble
DDspBufferComplex.java39 public void setValues(int index, double... values) { in setValues() method in DspBufferComplex
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java174 transform.setValues(values); in testTransformScale()
323 transform.setValues(matrices[i]); in testSamplingWithTransform()
/cts/tests/pdf/src/android/graphics/pdf/cts/
DPdfRendererTest.java284 transform.setValues(new float[] { 1, 1, 1, 1, 1, 1, 1, 1, 1 }); in renderPerspective()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
DCameraOrientationActivity.java518 matrixMirrorX.setValues(mirrorX);
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DCursorAnchorInfoTest.java217 nanMatrix.setValues(new float[]{ in testEquality()
/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java383 a2.setValues(p1, p2); in testValuesSetterAndGetter()