Searched refs:viewToGlobalMatrix (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DSharedElementCallback.java164 * @param viewToGlobalMatrix A matrix containing a transform from the view to the screen
167 * the bounds of the view with the viewToGlobalMatrix applied.
173 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, argument
202 mTempMatrix = new Matrix(viewToGlobalMatrix);
204 mTempMatrix.set(viewToGlobalMatrix);
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DSharedElementCallback.java157 * @param viewToGlobalMatrix A matrix containing a transform from the view to the screen
160 * the bounds of the view with the viewToGlobalMatrix applied.
166 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, argument
199 mTempMatrix.set(viewToGlobalMatrix);
H A DActivityCompat.java610 Matrix viewToGlobalMatrix, RectF screenBounds) {
611 return mCallback.onCaptureSharedElementSnapshot(sharedElement, viewToGlobalMatrix,
609 onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, RectF screenBounds) argument

Completed in 132 milliseconds