Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DFadeBackground.java59 int transparentColor = in createAnimator() local
62 ? ObjectAnimator.ofArgb(background, "color", transparentColor) in createAnimator()
63 : ObjectAnimator.ofArgb(background, "color", transparentColor, color); in createAnimator()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DWorkLockActivityTest.java93 final @ColorInt int transparentColor = Color.argb(0, 0, 0, 0); in testBackgroundAlwaysOpaque() local
95 TaskDescription transparent = new TaskDescription(null, null, transparentColor); in testBackgroundAlwaysOpaque()
/aosp12/packages/apps/Messaging/jni/
H A 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()