OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOT_SIZE
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorValueView.java
52
private final static float
DOT_SIZE
= ColorRectView.
DOT_SIZE
;
53
private final static float BORDER_SIZE = ColorRectView.
DOT_SIZE
;
61
dotRadus =
DOT_SIZE
* mDpToPix;
ColorBrightnessView.java
58
private final static float
DOT_SIZE
= ColorRectView.
DOT_SIZE
;
67
mDotRadius =
DOT_SIZE
* mDpToPix;
ColorOpacityView.java
58
private final static float
DOT_SIZE
= ColorHueView.
DOT_SIZE
;
65
mDotRadius =
DOT_SIZE
* mDpToPix;
ColorSaturationView.java
58
private final static float
DOT_SIZE
= ColorRectView.
DOT_SIZE
;
67
mDotRadius =
DOT_SIZE
* mDpToPix;
ColorHueView.java
57
public final static float
DOT_SIZE
= 20;
68
mDotRadius =
DOT_SIZE
* mDpToPix;
ColorRectView.java
64
public final static float
DOT_SIZE
= 20;
72
mDotRadus =
DOT_SIZE
* mDpToPix;
ColorSVRectView.java
58
public final static float
DOT_SIZE
= 20;
67
mDotRadus =
DOT_SIZE
* mDpToPix;
Completed in 42 milliseconds