Searched defs:mSharedElementParentMatrices (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java210 private ArrayList<Matrix> mSharedElementParentMatrices; field in class:ActivityTransitionCoordinator
565 mSharedElementParentMatrices = new ArrayList<Matrix>(numSharedElements);
577 mSharedElementParentMatrices.add(matrix);
582 final int index = mSharedElementParentMatrices == null ? -1
594 // The indices of mSharedElementParentMatrices matches the
596 Matrix parentMatrix = mSharedElementParentMatrices.get(index);
748 mSharedElementParentMatrices = null;
868 mSharedElementParentMatrices.get(i).invert(tempMatrix);

Completed in 58 milliseconds