Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DCoreDocument.java491 private final float[] mTranslateOutput = new float[2]; field in CoreDocument
520 mScaleOutput[0], mScaleOutput[1], mTranslateOutput); in paint()
521 context.mPaintContext.translate(mTranslateOutput[0], mTranslateOutput[1]); in paint()