Searched refs:VIEWPORT (Results 1 – 1 of 1) sorted by relevance
51 private static final float VIEWPORT = 24f; field in SignalDrawable52 private static final float PAD = 2f / VIEWPORT;54 private static final float DOT_SIZE = 3f / VIEWPORT;55 private static final float DOT_PADDING = 1.5f / VIEWPORT;111 mXScaleMatrix.setScale(getBounds().width() / VIEWPORT, getBounds().height() / VIEWPORT); in updateScaledXPath()216 float cutX = (mCutoutWidthFraction * width / VIEWPORT); in draw()217 float cutY = (mCutoutHeightFraction * height / VIEWPORT); in draw()