OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE_GRADIENT
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/java/android/media/videoeditor/
EffectColor.java
34
public static final int
TYPE_GRADIENT
= 2;
88
*
TYPE_GRADIENT
, TYPE_SEPIA, TYPE_NEGATIVE, TYPE_FIFTIES.
90
* If type is
TYPE_GRADIENT
, color is the RGB color at the
98
case
TYPE_GRADIENT
: {
135
* Get the color if effect type is TYPE_COLOR or
TYPE_GRADIENT
.
137
* @return the color as RGB 888 if type is TYPE_COLOR or
TYPE_GRADIENT
.
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java
[
all
...]
Completed in 27 milliseconds