Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DSignalDrawable.java51 private static final float VIEWPORT = 24f; field in SignalDrawable
52 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;
112 getBounds().width() / VIEWPORT, getBounds().height() / VIEWPORT); in updateScaledAttributionPath()
217 float cutX = (mCutoutWidthFraction * width / VIEWPORT); in draw()
218 float cutY = (mCutoutHeightFraction * height / VIEWPORT); in draw()