Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java361 mHasForegroundColor = hasColor(foregroundColor); in CaptionStyle()
362 mHasBackgroundColor = hasColor(backgroundColor); in CaptionStyle()
364 mHasEdgeColor = hasColor(edgeColor); in CaptionStyle()
365 mHasWindowColor = hasColor(windowColor); in CaptionStyle()
385 public static boolean hasColor(int packedColor) { in hasColor() method in CaptioningManager.CaptionStyle
/frameworks/base/tools/aapt2/
DPng.cpp972 bool hasColor = false; in do9Patch() local
1159 hasColor = true; in do9Patch()
1169 if (kDebug && hasColor) { in do9Patch()
/frameworks/base/tools/aapt/
DImages.cpp573 bool hasColor = false; in do_9patch() local
761 hasColor = true; in do_9patch()
771 if (hasColor) { in do_9patch()