Searched refs:currentMatrix (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/transition/ |
D | ChangeTransform.java | 333 Matrix currentMatrix = pathAnimatorMatrix.getMatrix(); in createTransformAnimator() 334 setCurrentMatrix(currentMatrix); in createTransformAnimator() 342 private void setCurrentMatrix(Matrix currentMatrix) { in createTransformAnimator() 343 mTempMatrix.set(currentMatrix); in createTransformAnimator()
|
/frameworks/support/transition/src/android/support/transition/ |
D | ChangeTransform.java | 347 Matrix currentMatrix = pathAnimatorMatrix.getMatrix(); in createTransformAnimator() 348 setCurrentMatrix(currentMatrix); in createTransformAnimator() 356 private void setCurrentMatrix(Matrix currentMatrix) { in createTransformAnimator() 357 mTempMatrix.set(currentMatrix); in createTransformAnimator()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 431 float[] currentMatrix = mMatrices; in multiplyMatrix() local 433 Matrix.multiplyMM(temp, 0, currentMatrix, index, matrix, offset); in multiplyMatrix() 434 System.arraycopy(temp, 0, currentMatrix, index, 16); in multiplyMatrix()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 1081 private void drawGroupTree(VGroup_Delegate currentGroup, Matrix currentMatrix, in drawGroupTree() argument 1087 currentGroup.mStackedMatrix.set(currentMatrix); in drawGroupTree()
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCompat.java | 1133 private void drawGroupTree(VGroup currentGroup, Matrix currentMatrix, in drawGroupTree() argument 1139 currentGroup.mStackedMatrix.set(currentMatrix); in drawGroupTree()
|