Searched refs:transparentColor (Results 1 – 2 of 2) sorted by relevance
/packages/apps/TV/src/com/android/tv/dvr/ui/ |
D | FadeBackground.java | 59 int transparentColor = in createAnimator() local 62 ? ObjectAnimator.ofArgb(background, "color", transparentColor) in createAnimator() 63 : ObjectAnimator.ofArgb(background, "color", transparentColor, color); in createAnimator()
|
/packages/apps/Messaging/jni/ |
D | GifTranscoder.cpp | 141 int transparentColor = NO_TRANSPARENT_COLOR; in resizeBoxFilter() local 210 transparentColor, in resizeBoxFilter() 224 gifIn, transparentColor, renderBuffer.get(), x, y); in resizeBoxFilter() 270 transparentColor = gcb.TransparentColor; in resizeBoxFilter()
|