Home
last modified time | relevance | path

Searched refs:bgColor (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DColorChecker.java61 public static int getTintColor(double minAllowedContrastRatio, int bgColor, int... tintColors) { in getTintColor() argument
63 double contrastRatio = getContrastRatio(bgColor, tc); in getTintColor()
68 double blackContrastRatio = getContrastRatio(bgColor, Color.BLACK); in getTintColor()
69 double whiteContrastRatio = getContrastRatio(bgColor, Color.WHITE); in getTintColor()
/packages/apps/Messaging/jni/
DGifTranscoder.cpp160 ColorARGB bgColor = TRANSPARENT; in resizeBoxFilter() local
212 bgColor, in resizeBoxFilter()
284 bgColor = gifColorToColorARGB(bgColorIndex); in resizeBoxFilter()
360 ColorARGB bgColor, in renderImage() argument
376 0, 0, gifIn->SWidth, gifIn->SHeight, bgColor); in renderImage()
DGifTranscoder.h63 ColorARGB bgColor,
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DBaseDialogFragment.java113 int bgColor = mFragment.getActivity().getColor(R.color.dialog_activity_background); in performEntryTransition() local
114 mBgDrawable.setColor(bgColor); in performEntryTransition()