Searched refs:PARAM_STYLE (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorDraw.java61 private static final int MODE_STYLE = FilterDrawRepresentation.PARAM_STYLE;
133 drawRep.getParam(FilterDrawRepresentation.PARAM_STYLE).setFilterView(this);
214 rep.setPramMode(FilterDrawRepresentation.PARAM_STYLE);
H A DEditorDrawTabletUI.java85 style = (BasicParameterStyle) mRep.getParam(FilterDrawRepresentation.PARAM_STYLE);
149 mRep.getParam(FilterDrawRepresentation.PARAM_STYLE);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterDrawRepresentation.java46 public static final int PARAM_STYLE = 1; field in class:FilterDrawRepresentation
49 private BasicParameterStyle mParamStyle = new BasicParameterStyle(PARAM_STYLE, 5);
151 case PARAM_STYLE:

Completed in 90 milliseconds