HomeSort by relevance Sort by last modified time
    Searched refs:PARAM_COLOR (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterColorBorderRepresentation.java 37 public static final int PARAM_COLOR = 2;
45 private ParameterColor mParamColor = new ParameterColor(PARAM_COLOR, DEFAULT_MENU_COLOR1);
FilterDrawRepresentation.java 47 public static final int PARAM_COLOR = 2;
55 ParameterColor mParamColor = new ParameterColor(PARAM_COLOR,DEFAULT_MENU_COLOR1);
145 case PARAM_COLOR:
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorDraw.java 62 private static final int MODE_COLOR = FilterDrawRepresentation.PARAM_COLOR;
134 drawRep.setPramMode(FilterDrawRepresentation.PARAM_COLOR);
217 rep.setPramMode(FilterDrawRepresentation.PARAM_COLOR);
EditorColorBorderTabletUI.java 83 color = (ParameterColor) mRep.getParam(FilterColorBorderRepresentation.PARAM_COLOR);
188 int type = FilterColorBorderRepresentation.PARAM_COLOR;
233 pram = (ParameterColor) mRep.getParam(FilterColorBorderRepresentation.PARAM_COLOR);
EditorDrawTabletUI.java 82 color = (ParameterColor) mRep.getParam(FilterDrawRepresentation.PARAM_COLOR);
198 pram = (ParameterColor) mRep.getParam(FilterDrawRepresentation.PARAM_COLOR);
244 pram = (ParameterColor) mRep.getParam(FilterDrawRepresentation.PARAM_COLOR);
EditorColorBorder.java 161 rep.setPramMode(FilterColorBorderRepresentation.PARAM_COLOR);

Completed in 886 milliseconds