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

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java1313 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, argument
1315 final float sourceWidth = sourceFrame.width();
1316 final float sourceHeight = sourceFrame.height();
1333 final int sourceHCenter = sourceFrame.left + sourceFrame.width() / 2;
1334 final int sourceVCenter = sourceFrame.top + sourceFrame.height() / 2;

Completed in 302 milliseconds