Searched refs:sScaleOutput (Results 1 – 1 of 1) sorted by relevance
195 private static final float[] sScaleOutput = new float[2]; field in RemoteComposeCanvas208 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()