Home
last modified time | relevance | path

Searched refs:mStackedMatrix (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java813 private final Matrix mStackedMatrix = new Matrix(); field in VectorDrawable_Delegate.VGroup_Delegate
1052 currentGroup.mStackedMatrix.set(currentMatrix); in drawGroupTree()
1053 currentGroup.mStackedMatrix.preConcat(currentGroup.mLocalMatrix); in drawGroupTree()
1062 drawGroupTree(childGroup, currentGroup.mStackedMatrix, in drawGroupTree()
1084 final Matrix groupStackedMatrix = VGroup.mStackedMatrix; in drawPath()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java974 currentGroup.mStackedMatrix.set(currentMatrix); in drawGroupTree()
976 currentGroup.mStackedMatrix.preConcat(currentGroup.mLocalMatrix); in drawGroupTree()
983 drawGroupTree(childGroup, currentGroup.mStackedMatrix, in drawGroupTree()
1002 final Matrix groupStackedMatrix = vGroup.mStackedMatrix; in drawPath()
1122 private final Matrix mStackedMatrix = new Matrix(); field in VectorDrawableCompat.VGroup