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

/frameworks/base/core/java/android/app/
H A DSharedElementCallback.java134 * @param viewToGlobalMatrix A matrix containing a transform from the view to the screen
137 * the bounds of the view with the viewToGlobalMatrix applied.
143 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, argument
146 mTempMatrix = new Matrix(viewToGlobalMatrix);
148 mTempMatrix.set(viewToGlobalMatrix);
/frameworks/support/v4/api21/android/support/v4/app/
H A DActivityCompat21.java68 Matrix viewToGlobalMatrix, RectF screenBounds);
113 Matrix viewToGlobalMatrix,
115 return mCallback.onCaptureSharedElementSnapshot(sharedElement, viewToGlobalMatrix,
67 onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, RectF screenBounds) argument
112 onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, RectF screenBounds) argument
/frameworks/support/v4/java/android/support/v4/app/
H A DSharedElementCallback.java130 * @param viewToGlobalMatrix A matrix containing a transform from the view to the screen
133 * the bounds of the view with the viewToGlobalMatrix applied.
139 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, argument
148 mTempMatrix.set(viewToGlobalMatrix);
H A DActivityCompat.java252 Matrix viewToGlobalMatrix, RectF screenBounds) {
253 return mCallback.onCaptureSharedElementSnapshot(sharedElement, viewToGlobalMatrix,
251 onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, RectF screenBounds) argument

Completed in 87 milliseconds