Searched refs:viewToGlobalMatrix (Results 1 – 3 of 3) sorted by relevance
173 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, in onCaptureSharedElementSnapshot() argument202 mTempMatrix = new Matrix(viewToGlobalMatrix); in onCaptureSharedElementSnapshot()204 mTempMatrix.set(viewToGlobalMatrix); in onCaptureSharedElementSnapshot()
166 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, in onCaptureSharedElementSnapshot() argument199 mTempMatrix.set(viewToGlobalMatrix); in onCaptureSharedElementSnapshot()
610 Matrix viewToGlobalMatrix, RectF screenBounds) { in onCaptureSharedElementSnapshot() argument611 return mCallback.onCaptureSharedElementSnapshot(sharedElement, viewToGlobalMatrix, in onCaptureSharedElementSnapshot()