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.java1393 float surfaceContentWidth = surfaceWidth - hInsets; in setSurfaceBoundariesLocked() local
1428 float tw = (surfaceContentWidth - mTmpStackBounds.width()) in setSurfaceBoundariesLocked()
1429 / (surfaceContentWidth - mTmpAnimatingBounds.width()); in setSurfaceBoundariesLocked()
1454 mExtraHScale = mTmpStackBounds.width() / surfaceContentWidth; in setSurfaceBoundariesLocked()