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()
71172 Landroid/transition/ChangeTransform;->PROPNAME_PARENT_MATRIX:Ljava/lang/String;