Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DCoreDocument.java148 public void computeScale(float w, float h, float[] scaleOutput) { in computeScale() argument
201 scaleOutput[0] = contentScaleX; in computeScale()
202 scaleOutput[1] = contentScaleY; in computeScale()