Home
last modified time | relevance | path

Searched refs:transparentColor (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/
DFadeBackground.java59 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/
DGifTranscoder.cpp141 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()