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

/frameworks/base/media/java/android/media/videoeditor/
H A DEffectColor.java52 * Change the video frame color to the RGB color value PINK
54 public static final int PINK = 0x00ff66cc; field in class:EffectColor
101 case PINK:
H A DMediaArtistNativeHelper.java878 public static final int PINK = 258; field in class:MediaArtistNativeHelper.VideoEffect
3493 } else if (effect.getColor() == EffectColor.PINK) {
3494 retValue = VideoEffect.PINK;

Completed in 49 milliseconds