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

/frameworks/base/core/java/android/app/
H A DSharedElementCallback.java162 * @param screenBounds The bounds of shared element in screen coordinate space. This is
170 RectF screenBounds) {
197 return TransitionUtils.createViewBitmap(sharedElement, mTempMatrix, screenBounds);
169 onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, RectF screenBounds) argument
/frameworks/support/compat/java/android/support/v4/app/
H A DSharedElementCallback.java159 * @param screenBounds The bounds of shared element in screen coordinate space. This is
167 RectF screenBounds) {
189 int bitmapWidth = Math.round(screenBounds.width());
190 int bitmapHeight = Math.round(screenBounds.height());
200 mTempMatrix.postTranslate(-screenBounds.left, -screenBounds.top);
166 onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, RectF screenBounds) argument
H A DActivityCompat.java482 Matrix viewToGlobalMatrix, RectF screenBounds) {
484 screenBounds);
481 onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, RectF screenBounds) argument

Completed in 100 milliseconds