Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java875 float surfaceContentWidth = surfaceWidth - hInsets; in setSurfaceBoundariesLocked() local
917 float tw = (surfaceContentWidth - mTmpStackBounds.width()) in setSurfaceBoundariesLocked()
918 / (surfaceContentWidth - mTmpAnimatingBounds.width()); in setSurfaceBoundariesLocked()
952 mExtraHScale = mTmpStackBounds.width() / surfaceContentWidth; in setSurfaceBoundariesLocked()