Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java477 final float[] mTmpMatrixArray = new float[9]; field in WindowState
5253 matrix.getValues(mTmpMatrixArray); in updateSurfacePosition()
5254 mSurfacePosition.offset(Math.round(mTmpMatrixArray[Matrix.MTRANS_X]), in updateSurfacePosition()
5255 Math.round(mTmpMatrixArray[Matrix.MTRANS_Y])); in updateSurfacePosition()