Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java1093 int unscaledThumbHeight = (int) (thumbHeight / scale); in createAspectScaledThumbnailEnterExitAnimationLocked() local
1094 mTmpFromClipRect.bottom = mTmpFromClipRect.top + unscaledThumbHeight; in createAspectScaledThumbnailEnterExitAnimationLocked()