Searched refs:setValues (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | MatrixTest.java | 243 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/ |
D | DspBufferBase.java | 40 public abstract void setValues(int index, double... values); in setValues() method in DspBufferBase
|
D | DspBufferDouble.java | 37 public void setValues(int index, double... values) { in setValues() method in DspBufferDouble
|
D | DspBufferComplex.java | 39 public void setValues(int index, double... values) { in setValues() method in DspBufferComplex
|
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewTest.java | 174 transform.setValues(values); in testTransformScale() 323 transform.setValues(matrices[i]); in testSamplingWithTransform()
|
/cts/tests/pdf/src/android/graphics/pdf/cts/ |
D | PdfRendererTest.java | 284 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/ |
D | CameraOrientationActivity.java | 518 matrixMirrorX.setValues(mirrorX);
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | CursorAnchorInfoTest.java | 217 nanMatrix.setValues(new float[]{ in testEquality()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | ValueAnimatorTest.java | 383 a2.setValues(p1, p2); in testValuesSetterAndGetter()
|