Searched refs:updateMatrix (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DConvolve3x3.java40 private float[] updateMatrix(float str) { method in class:Convolve3x3
55 float f[] = updateMatrix(1.f);
70 float f[] = updateMatrix(time % 1.f);
H A DConvolve5x5.java40 private float[] updateMatrix(float str) { method in class:Convolve5x5
62 float f[] = updateMatrix(1.f);
89 float f[] = updateMatrix(time % 1.f);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DConvolve3x3.java47 private float[] updateMatrix(float str) { method in class:Convolve3x3
62 float f[] = updateMatrix(1.f);
77 float f[] = updateMatrix(time % 1.f);
H A DConvolve5x5.java47 private float[] updateMatrix(float str) { method in class:Convolve5x5
69 float f[] = updateMatrix(1.f);
96 float f[] = updateMatrix(time % 1.f);
/frameworks/base/libs/hwui/tests/unit/
H A DDamageAccumulatorTests.cpp88 node1.animatorProperties().updateMatrix();
93 node2.animatorProperties().updateMatrix();
109 node1.animatorProperties().updateMatrix();
120 node2.animatorProperties().updateMatrix();
/frameworks/base/libs/hwui/
H A DRenderProperties.cpp98 updateMatrix();
177 void RenderProperties::updateMatrix() { function in class:android::uirenderer::RenderProperties
H A DAnimatorManager.cpp150 mParent.mProperties.updateMatrix();
H A DRenderProperties.h370 /* Note that getPivotX and getPivotY are adjusted by updateMatrix(),
372 * modified since the last call to updateMatrix()
578 void updateMatrix();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNightModeController.java79 public NightModeController(Context context, boolean updateMatrix) { argument
81 mUpdateMatrix = updateMatrix;
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DMainActivity.java185 updateMatrix();
195 void updateMatrix() { method in class:MainActivity
258 updateMatrix();
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp465 renderNode->mutateStagingProperties().updateMatrix();
478 renderNode->mutateStagingProperties().updateMatrix();
504 renderNode->mutateStagingProperties().updateMatrix();
511 renderNode->mutateStagingProperties().updateMatrix();

Completed in 3797 milliseconds