Searched refs:DOT_SIZE (Results 1 – 8 of 8) sorted by relevance
52 private final static float DOT_SIZE = ColorRectView.DOT_SIZE; field in ColorValueView53 private final static float BORDER_SIZE = ColorRectView.DOT_SIZE;61 dotRadus = DOT_SIZE * mDpToPix; in ColorValueView()
58 private final static float DOT_SIZE = ColorRectView.DOT_SIZE; field in ColorBrightnessView67 mDotRadius = DOT_SIZE * mDpToPix; in ColorBrightnessView()
58 private final static float DOT_SIZE = ColorHueView.DOT_SIZE; field in ColorOpacityView65 mDotRadius = DOT_SIZE * mDpToPix; in ColorOpacityView()
58 private final static float DOT_SIZE = ColorRectView.DOT_SIZE; field in ColorSaturationView67 mDotRadius = DOT_SIZE * mDpToPix; in ColorSaturationView()
57 public final static float DOT_SIZE = 20; field in ColorHueView68 mDotRadius = DOT_SIZE * mDpToPix; in ColorHueView()
58 public final static float DOT_SIZE = 20; field in ColorSVRectView67 mDotRadus = DOT_SIZE * mDpToPix; in ColorSVRectView()
64 public final static float DOT_SIZE = 20; field in ColorRectView72 mDotRadus = DOT_SIZE * mDpToPix; in ColorRectView()
54 private static final float DOT_SIZE = 3f / VIEWPORT; field in SignalDrawable205 float dotSize = (DOT_SIZE * height); in draw()