Searched refs:postRotateScale (Results 1 – 1 of 1) sorted by relevance
377 float postRotateScale = (float) screenHeight / screenWidth; in getInitialSplitPlaceholderBounds() local382 mTmpMatrix.postScale(1, postRotateScale); in getInitialSplitPlaceholderBounds()484 float postRotateScale = (float) screenHeight / screenWidth; in getFinalSplitPlaceholderBounds() local489 mTmpMatrix.postScale(1 / postRotateScale, postRotateScale); in getFinalSplitPlaceholderBounds()