Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java876 float surfaceContentHeight = surfaceHeight - vInsets; in setSurfaceBoundariesLocked() local
924 th = (surfaceContentHeight - mTmpStackBounds.height()) in setSurfaceBoundariesLocked()
925 / (surfaceContentHeight - mTmpAnimatingBounds.height()); in setSurfaceBoundariesLocked()
953 mExtraVScale = mTmpStackBounds.height() / surfaceContentHeight; in setSurfaceBoundariesLocked()