Searched refs:VIEWPORT (Results 1 – 1 of 1) sorted by relevance
54 private static final float VIEWPORT = 24f; field in SignalDrawable55 private static final float PAD = 2f / VIEWPORT;57 private static final float DOT_SIZE = 3f / VIEWPORT;58 private static final float DOT_PADDING = 1.5f / VIEWPORT;118 getBounds().width() / VIEWPORT, getBounds().height() / VIEWPORT); in updateScaledAttributionPath()231 float cutX = (mCutoutWidthFraction * width / VIEWPORT); in draw()232 float cutY = (mCutoutHeightFraction * height / VIEWPORT); in draw()