OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MODE_BLUE
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterChanSatRepresentation.java
46
public static final int
MODE_BLUE
= 5;
57
private BasicParameterInt mParamBlue = new BasicParameterInt(
MODE_BLUE
, 0, MINSAT, MAXSAT);
176
writer.value(getValue(
MODE_BLUE
));
201
setValue(
MODE_BLUE
, sreader.nextInt());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorChanSat.java
159
value = rep.getValue(FilterChanSatRepresentation.
MODE_BLUE
);
233
return FilterChanSatRepresentation.
MODE_BLUE
;
340
rep.setParameterMode(FilterChanSatRepresentation.
MODE_BLUE
);
Completed in 177 milliseconds