Searched defs:TYPE_COLOR (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/videoeditor/
H A DEffectColor.java29 public static final int TYPE_COLOR = 1; field in class:EffectColor
87 * @param type type of the effect. type is one of: TYPE_COLOR,
89 * @param color If type is TYPE_COLOR, color is the RGB color as 888.
97 case TYPE_COLOR:
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.
/frameworks/base/include/androidfw/
H A DResourceTypes.h1240 TYPE_COLOR = 1<<4, enumerator in enum:android::ResTable_map::__anon1065

Completed in 3599 milliseconds