Searched refs:DOT_SIZE (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
H A DColorValueView.java52 private final static float DOT_SIZE = ColorRectView.DOT_SIZE; field in class:ColorValueView
53 private final static float BORDER_SIZE = ColorRectView.DOT_SIZE;
59 dotRadus = DOT_SIZE * mDpToPix;
H A DColorOpacityView.java57 private final static float DOT_SIZE = ColorRectView.DOT_SIZE; field in class:ColorOpacityView
64 mDotRadius = DOT_SIZE * mDpToPix;
H A DColorRectView.java64 public final static float DOT_SIZE = 20; field in class:ColorRectView
72 mDotRadus = DOT_SIZE * mDpToPix;

Completed in 23 milliseconds