Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DPortraitPagedViewHandler.java377 float postRotateScale = (float) screenHeight / screenWidth; in getInitialSplitPlaceholderBounds() local
382 mTmpMatrix.postScale(1, postRotateScale); in getInitialSplitPlaceholderBounds()
484 float postRotateScale = (float) screenHeight / screenWidth; in getFinalSplitPlaceholderBounds() local
489 mTmpMatrix.postScale(1 / postRotateScale, postRotateScale); in getFinalSplitPlaceholderBounds()