Searched defs:PARAM_COLOR (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterColorBorderRepresentation.java37 public static final int PARAM_COLOR = 2; field in class:FilterColorBorderRepresentation
45 private ParameterColor mParamColor = new ParameterColor(PARAM_COLOR, DEFAULT_MENU_COLOR1);
H A DFilterDrawRepresentation.java47 public static final int PARAM_COLOR = 2; field in class:FilterDrawRepresentation
55 ParameterColor mParamColor = new ParameterColor(PARAM_COLOR,DEFAULT_MENU_COLOR1);
145 case PARAM_COLOR:

Completed in 64 milliseconds