OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EFFECT_COLOR_SEPIA
(Results
1 - 3
of
3
) sorted by null
/packages/apps/VideoEditor/src/com/android/videoeditor/
EffectType.java
32
public static final int
EFFECT_COLOR_SEPIA
= 2;
54
context.getString(R.string.effect_sepia),
EFFECT_COLOR_SEPIA
);
65
context.getString(R.string.effect_sepia),
EFFECT_COLOR_SEPIA
);
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieEffect.java
158
return EffectType.
EFFECT_COLOR_SEPIA
;
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java
156
case EffectType.
EFFECT_COLOR_SEPIA
:
288
addEffect(EffectType.
EFFECT_COLOR_SEPIA
,
[
all
...]
Completed in 2192 milliseconds