Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DMatrix44Test.java90 mMatrix44.setValues(mValues); in testSetValues()
130 mMatrix44.setValues(new float[] {1.0f, 2.0f, 2.0f, 2.0f, in testInvert()
144 mMatrix44.setValues(new float[] {0.0f, 0.0f, 0.0f, 0.0f, in testInvertFailure()
154 mMatrix44.setValues(new float[] {2.0f, 0.0f, 0.0f, 3.0f, in testMap()
DMatrixTest.java239 Matrix.IDENTITY_MATRIX.setValues(new float[9]); in testIdentityMatrixSetValues()
259 mMatrix.setValues(new float[] {0, 0, 0, 0, 0, 0, 0, 0, 0.5f}); in testIsAffine()
430 matrix.setValues(values); in testPreConcat()
487 matrix.setValues(values); in testPostConcat()
530 matrix.setValues(values); in testInvert()
696 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/pdf/module/src/android/graphics/pdf/cts/module/
DCommonRendererTest.java130 transform.setValues(new float[]{1, 1, 1, 1, 1, 1, 1, 1, 1}); in renderPerspective()
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java228 transform.setValues(values); in testTransformScale()
634 transform.setValues(matrices[i]); in testSamplingWithTransform()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
DCameraOrientationActivity.java561 matrixMirrorX.setValues(mirrorX);
/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java393 a2.setValues(p1, p2); in testValuesSetterAndGetter()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DCursorAnchorInfoTest.java300 nanMatrix.setValues(new float[]{ in testEquality()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt4247 method public void setValues(android.animation.PropertyValuesHolder...);
16336 method public void setValues(float[]);
16371 …method @FlaggedApi("com.android.graphics.hwui.flags.matrix_44") public void setValues(@NonNull flo…
34633 method @Deprecated public void setValues(java.util.Set<java.lang.String>);