Searched refs:DOT_SIZE (Results 1 – 1 of 1) sorted by relevance
50 private static final float DOT_SIZE = 3f / VIEWPORT; field in SignalDrawable52 private static final float DOT_CUT_WIDTH = (DOT_SIZE * 3) + (DOT_PADDING * 5);53 private static final float DOT_CUT_HEIGHT = (DOT_SIZE * 1) + (DOT_PADDING * 1);293 float dotSize = (DOT_SIZE * height); in draw()