Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DRemoteComposeCanvas.java195 private static final float[] sScaleOutput = new float[2]; field in RemoteComposeCanvas
208 mDocument.getDocument().computeScale(w, h, sScaleOutput); in onMeasure()
209 w = (int) (mDocument.getWidth() * sScaleOutput[0]); in onMeasure()
210 h = (int) (mDocument.getHeight() * sScaleOutput[1]); in onMeasure()