Searched refs:PROPNAME_PARENT_MATRIX (Results 1 – 2 of 2) sorted by relevance
51 private static final String PROPNAME_PARENT_MATRIX = "android:changeTransform:parentMatrix"; field in ChangeTransform60 PROPNAME_PARENT_MATRIX,206 transitionValues.values.put(PROPNAME_PARENT_MATRIX, parentMatrix); in captureValues()246 startValues.values.put(PROPNAME_PARENT_MATRIX, startParentMatrix); in createAnimator()371 Matrix endMatrix = (Matrix) endValues.values.get(PROPNAME_PARENT_MATRIX); in createGhostView()391 Matrix endParentMatrix = (Matrix) endValues.values.get(PROPNAME_PARENT_MATRIX); in setMatricesForParent()404 Matrix startParentMatrix = (Matrix) startValues.values.get(PROPNAME_PARENT_MATRIX); in setMatricesForParent()
53 private static final String PROPNAME_PARENT_MATRIX = "android:changeTransform:parentMatrix"; field in ChangeTransform62 PROPNAME_PARENT_MATRIX,212 transitionValues.values.put(PROPNAME_PARENT_MATRIX, parentMatrix); in captureValues()258 startValues.values.put(PROPNAME_PARENT_MATRIX, startParentMatrix); in createAnimator()386 Matrix endMatrix = (Matrix) endValues.values.get(PROPNAME_PARENT_MATRIX); in createGhostView()417 Matrix endParentMatrix = (Matrix) endValues.values.get(PROPNAME_PARENT_MATRIX); in setMatricesForParent()430 Matrix startParentMatrix = (Matrix) startValues.values.get(PROPNAME_PARENT_MATRIX); in setMatricesForParent()