Home
last modified time | relevance | path

Searched refs:computeScale (Results 1 – 2 of 2) 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() method in CoreDocument
518 computeScale(context.mWidth, context.mHeight, mScaleOutput); in paint()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DRemoteComposeCanvas.java208 mDocument.getDocument().computeScale(w, h, sScaleOutput); in onMeasure()