Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DNinePatch.cpp57 virtual bool IsNeutralColor(uint32_t color) const = 0;
69 return IsNeutralColor(color); in IsValidColor()
204 bool IsNeutralColor(uint32_t color) const override { in IsNeutralColor() function in android::TransparentNeutralColorValidator
211 bool IsNeutralColor(uint32_t color) const override { in IsNeutralColor() function in android::WhiteNeutralColorValidator