HomeSort by relevance Sort by last modified time
    Searched refs:mTmpValues (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/view/animation/
TranslateXAnimation.java 29 float[] mTmpValues = new float[9];
51 m.getValues(mTmpValues);
53 t.getMatrix().setTranslate(dx, mTmpValues[Matrix.MTRANS_Y]);
TranslateYAnimation.java 29 float[] mTmpValues = new float[9];
51 m.getValues(mTmpValues);
53 t.getMatrix().setTranslate(mTmpValues[Matrix.MTRANS_X], dy);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java     [all...]
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
TransactionCompat.java 30 final float[] mTmpValues = new float[9];
77 mTransaction.setMatrix(surfaceControl.mSurfaceControl, matrix, mTmpValues);
SyncRtSurfaceTransactionApplier.java 74 applyParams(t.mTransaction, params, t.mTmpValues);
  /packages/apps/Launcher3/quickstep/libs/
sysui_shared.jar 

Completed in 190 milliseconds