Home
last modified time | relevance | path

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

/aosp12/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); in selectMenuItem()
H A DEditorColorBorder.java97 cbRep.setPramMode(FilterColorBorderRepresentation.PARAM_SIZE); in reflectCurrentFilter()
155 rep.setPramMode(FilterColorBorderRepresentation.PARAM_SIZE); in selectMenuItem()
H A DEditorColorBorderTabletUI.java73 size = (BasicParameterInt) mRep.getParam(FilterColorBorderRepresentation.PARAM_SIZE); in setColorBorderRepresentation()
120 int type = FilterColorBorderRepresentation.PARAM_SIZE; in setupCBSizeSeekBar()
H A DEditorDrawTabletUI.java77 size = (BasicParameterInt) mRep.getParam(FilterDrawRepresentation.PARAM_SIZE); in setDrawRepresentation()
121 size = (BasicParameterInt) mRep.getParam(FilterDrawRepresentation.PARAM_SIZE); in EditorDrawTabletUI()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterColorBorderRepresentation.java35 public static final int PARAM_SIZE = 0; field in 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 FilterDrawRepresentation
48 private BasicParameterInt mParamSize = new BasicParameterInt(PARAM_SIZE, 30, 2, 300);
148 case PARAM_SIZE: in getValueString()