Searched refs:outMatrix (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/java/com/android/server/wm/ |
D | ScreenRotationAnimation.java | 322 Matrix outMatrix) { in createRotationMatrix() argument 325 outMatrix.reset(); in createRotationMatrix() 328 outMatrix.setRotate(90, 0, 0); in createRotationMatrix() 329 outMatrix.postTranslate(height, 0); in createRotationMatrix() 332 outMatrix.setRotate(180, 0, 0); in createRotationMatrix() 333 outMatrix.postTranslate(width, height); in createRotationMatrix() 336 outMatrix.setRotate(270, 0, 0); in createRotationMatrix() 337 outMatrix.postTranslate(0, width); in createRotationMatrix()
|
D | DisplayMagnifier.java | 395 private void populateTransformationMatrix(WindowState windowState, Matrix outMatrix) { in populateTransformationMatrix() argument 405 outMatrix.setValues(mTempFloats); in populateTransformationMatrix()
|