Home
last modified time | relevance | path

Searched refs:PARAM_COLOR (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorDraw.java62 private static final int MODE_COLOR = FilterDrawRepresentation.PARAM_COLOR;
134 drawRep.setPramMode(FilterDrawRepresentation.PARAM_COLOR); in reflectCurrentFilter()
217 rep.setPramMode(FilterDrawRepresentation.PARAM_COLOR); in selectMenuItem()
DEditorColorBorderTabletUI.java83 color = (ParameterColor) mRep.getParam(FilterColorBorderRepresentation.PARAM_COLOR); in setColorBorderRepresentation()
188 int type = FilterColorBorderRepresentation.PARAM_COLOR; in setupColor()
233 pram = (ParameterColor) mRep.getParam(FilterColorBorderRepresentation.PARAM_COLOR); in setupColor()
DEditorDrawTabletUI.java82 color = (ParameterColor) mRep.getParam(FilterDrawRepresentation.PARAM_COLOR); in setDrawRepresentation()
198 pram = (ParameterColor) mRep.getParam(FilterDrawRepresentation.PARAM_COLOR); in EditorDrawTabletUI()
244 pram = (ParameterColor) mRep.getParam(FilterDrawRepresentation.PARAM_COLOR); in EditorDrawTabletUI()
DEditorColorBorder.java161 rep.setPramMode(FilterColorBorderRepresentation.PARAM_COLOR); in selectMenuItem()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterDrawRepresentation.java47 public static final int PARAM_COLOR = 2; field in FilterDrawRepresentation
55 ParameterColor mParamColor = new ParameterColor(PARAM_COLOR,DEFAULT_MENU_COLOR1);
145 case PARAM_COLOR: in getValueString()
DFilterColorBorderRepresentation.java37 public static final int PARAM_COLOR = 2; field in FilterColorBorderRepresentation
45 private ParameterColor mParamColor = new ParameterColor(PARAM_COLOR, DEFAULT_MENU_COLOR1);