Searched refs:PROPNAME_PARENT_MATRIX (Results 1 – 2 of 2) sorted by relevance
52 private static final String PROPNAME_PARENT_MATRIX = "android:changeTransform:parentMatrix"; field in ChangeTransform61 PROPNAME_PARENT_MATRIX,207 transitionValues.values.put(PROPNAME_PARENT_MATRIX, parentMatrix); in captureValues()247 startValues.values.put(PROPNAME_PARENT_MATRIX, startParentMatrix); in createAnimator()372 Matrix endMatrix = (Matrix) endValues.values.get(PROPNAME_PARENT_MATRIX); in createGhostView()392 Matrix endParentMatrix = (Matrix) endValues.values.get(PROPNAME_PARENT_MATRIX); in setMatricesForParent()405 Matrix startParentMatrix = (Matrix) startValues.values.get(PROPNAME_PARENT_MATRIX); in setMatricesForParent()
57149 Landroid/transition/ChangeTransform;->PROPNAME_PARENT_MATRIX:Ljava/lang/String;