OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MODE_FALLOFF
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterVignette.java
43
public static final int
MODE_FALLOFF
= FilterVignetteRepresentation.
MODE_FALLOFF
;
124
mScript.set_strength(mParameters.getValue(
MODE_FALLOFF
)/10.f);
FilterVignetteRepresentation.java
41
public static final int
MODE_FALLOFF
= 4;
50
private BasicParameterInt mParamFalloff = new BasicParameterInt(
MODE_FALLOFF
, 40, 0, MAXFALLOF);
Completed in 25 milliseconds