OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPramMode
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorColorBorder.java
97
cbRep.
setPramMode
(FilterColorBorderRepresentation.PARAM_SIZE);
155
rep.
setPramMode
(FilterColorBorderRepresentation.PARAM_SIZE);
158
rep.
setPramMode
(FilterColorBorderRepresentation.PARAM_RADIUS);
161
rep.
setPramMode
(FilterColorBorderRepresentation.PARAM_COLOR);
EditorDraw.java
134
drawRep.
setPramMode
(FilterDrawRepresentation.PARAM_COLOR);
211
rep.
setPramMode
(FilterDrawRepresentation.PARAM_SIZE);
214
rep.
setPramMode
(FilterDrawRepresentation.PARAM_STYLE);
217
rep.
setPramMode
(FilterDrawRepresentation.PARAM_COLOR);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterColorBorderRepresentation.java
159
public void
setPramMode
(int pramMode) {
FilterDrawRepresentation.java
72
public void
setPramMode
(int mode) {
Completed in 296 milliseconds