Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java58 private static final float SCALE_FOCUS_Y = .228f; field in GlifPatternDrawable
259 canvas.scale(1f, scaleX / scaleY, 0f, SCALE_FOCUS_Y * bitmapHeight); in scaleCanvasToBounds()