HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_COLOR (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/java/android/media/videoeditor/
EffectColor.java 29 public static final int TYPE_COLOR = 1;
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/
ResourceTypes.h     [all...]

Completed in 24 milliseconds