Searched refs:setValues (Results 1 – 11 of 11) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | Matrix44Test.java | 90 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()
|
D | MatrixTest.java | 239 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/ |
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/pdf/module/src/android/graphics/pdf/cts/module/ |
D | CommonRendererTest.java | 130 transform.setValues(new float[]{1, 1, 1, 1, 1, 1, 1, 1, 1}); in renderPerspective()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewTest.java | 228 transform.setValues(values); in testTransformScale() 634 transform.setValues(matrices[i]); in testSamplingWithTransform()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/ |
D | CameraOrientationActivity.java | 561 matrixMirrorX.setValues(mirrorX);
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | ValueAnimatorTest.java | 393 a2.setValues(p1, p2); in testValuesSetterAndGetter()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | CursorAnchorInfoTest.java | 300 nanMatrix.setValues(new float[]{ in testEquality()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 4247 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>);
|