Home
last modified time | relevance | path

Searched refs:sourceVCenter (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java995 final int sourceVCenter = sourceFrame.top + sourceFrame.height() / 2; in createAspectScaledThumbnailFreeformAnimationLocked() local
999 final int fromY = enter ? sourceVCenter - destVCenter : destVCenter - sourceVCenter; in createAspectScaledThumbnailFreeformAnimationLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java748 final int sourceVCenter = sourceFrame.top + sourceFrame.height() / 2; in createAspectScaledThumbnailFreeformAnimationLocked() local
752 final int fromY = enter ? sourceVCenter - destVCenter : destVCenter - sourceVCenter; in createAspectScaledThumbnailFreeformAnimationLocked()