Searched refs:black (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DLocationBlacklist.java87 for (String black : mBlacklist) {
88 if (packageName.startsWith(black)) {
93 + packageName + " matches " + black);
/frameworks/base/libs/hwui/
H A DGammaFontRenderer.cpp71 // Get the black gamma threshold
74 INIT_LOGD(" Setting text black gamma threshold to %s", property);
77 INIT_LOGD(" Using default text black gamma threshold of %d",
87 INIT_LOGD(" Using default white black gamma threshold of %d",
174 const float black = pow(v, blackGamma); local
178 mGammaTable[256 + i] = uint8_t((float)::floor(black * 255.0f + 0.5f));
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css155 background-color: black;
185 color: black;
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java623 paint.setColor(getContext().getResources().getColor(android.R.color.black));

Completed in 213 milliseconds