Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.h68 #define PROPERTY_DEBUG_OVERDRAW "debug.hwui.show_overdraw" macro
DCaches.cpp138 if (property_get(PROPERTY_DEBUG_OVERDRAW, property, NULL) > 0) { in initProperties()