Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java712 final int sourceVCenter = sourceFrame.top + sourceFrame.height() / 2; in createAspectScaledThumbnailFreeformAnimationLocked() local
716 final int fromY = enter ? sourceVCenter - destVCenter : destVCenter - sourceVCenter; in createAspectScaledThumbnailFreeformAnimationLocked()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java1068 final int sourceVCenter = sourceFrame.top + sourceFrame.height() / 2; in createAspectScaledThumbnailFreeformAnimationLocked() local
1072 final int fromY = enter ? sourceVCenter - destVCenter : destVCenter - sourceVCenter; in createAspectScaledThumbnailFreeformAnimationLocked()