Searched refs:PARAM_SIZE (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterColorBorderRepresentation.java35 public static final int PARAM_SIZE = 0; field in class:FilterColorBorderRepresentation
43 private BasicParameterInt mParamSize = new BasicParameterInt(PARAM_SIZE, 3, 2, 30);
H A DFilterDrawRepresentation.java45 public static final int PARAM_SIZE = 0; field in class:FilterDrawRepresentation
48 private BasicParameterInt mParamSize = new BasicParameterInt(PARAM_SIZE, 30, 2, 300);
148 case PARAM_SIZE:
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorDraw.java59 private static final int MODE_SIZE = FilterDrawRepresentation.PARAM_SIZE;
60 private static final int MODE_SIZEE = FilterDrawRepresentation.PARAM_SIZE;
211 rep.setPramMode(FilterDrawRepresentation.PARAM_SIZE);
H A DEditorColorBorder.java97 cbRep.setPramMode(FilterColorBorderRepresentation.PARAM_SIZE);
155 rep.setPramMode(FilterColorBorderRepresentation.PARAM_SIZE);
H A DEditorColorBorderTabletUI.java73 size = (BasicParameterInt) mRep.getParam(FilterColorBorderRepresentation.PARAM_SIZE);
120 int type = FilterColorBorderRepresentation.PARAM_SIZE;
H A DEditorDrawTabletUI.java77 size = (BasicParameterInt) mRep.getParam(FilterDrawRepresentation.PARAM_SIZE);
121 size = (BasicParameterInt) mRep.getParam(FilterDrawRepresentation.PARAM_SIZE);

Completed in 53 milliseconds