Searched refs:PROPERTY_DEBUG_OVERDRAW (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ | ||
D | Properties.h | 87 #define PROPERTY_DEBUG_OVERDRAW "debug.hwui.overdraw" macro |
D | Properties.cpp | 56 if (property_get(PROPERTY_DEBUG_OVERDRAW, property, nullptr) > 0) { in load() |