Searched refs:PARAM_COLOR (Results 1 - 6 of 6) 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:
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorDraw.java62 private static final int MODE_COLOR = FilterDrawRepresentation.PARAM_COLOR;
134 drawRep.setPramMode(FilterDrawRepresentation.PARAM_COLOR);
217 rep.setPramMode(FilterDrawRepresentation.PARAM_COLOR);
H A DEditorColorBorderTabletUI.java83 color = (ParameterColor) mRep.getParam(FilterColorBorderRepresentation.PARAM_COLOR);
188 int type = FilterColorBorderRepresentation.PARAM_COLOR;
233 pram = (ParameterColor) mRep.getParam(FilterColorBorderRepresentation.PARAM_COLOR);
H A DEditorDrawTabletUI.java82 color = (ParameterColor) mRep.getParam(FilterDrawRepresentation.PARAM_COLOR);
198 pram = (ParameterColor) mRep.getParam(FilterDrawRepresentation.PARAM_COLOR);
244 pram = (ParameterColor) mRep.getParam(FilterDrawRepresentation.PARAM_COLOR);
H A DEditorColorBorder.java161 rep.setPramMode(FilterColorBorderRepresentation.PARAM_COLOR);

Completed in 55 milliseconds