Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DScreenRotationAnimation.java322 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()
DDisplayMagnifier.java395 private void populateTransformationMatrix(WindowState windowState, Matrix outMatrix) { in populateTransformationMatrix() argument
405 outMatrix.setValues(mTempFloats); in populateTransformationMatrix()