Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSurfaceTransaction.java29 private final float[] mTmpValues = new float[9]; field in SurfaceTransaction
70 mTransaction.setMatrix(mSurface, matrix, mTmpValues); in setMatrix()