HomeSort by relevance Sort by last modified time
    Searched defs:debugLayersUpdates (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Properties.cpp 32 bool Properties::debugLayersUpdates = false;
91 bool prevDebugLayersUpdates = debugLayersUpdates;
130 debugLayersUpdates = property_get_bool(PROPERTY_DEBUG_LAYERS_UPDATES, false);
131 INIT_LOGD(" Layers updates debug enabled: %d", debugLayersUpdates);
163 return (prevDebugLayersUpdates != debugLayersUpdates)
Properties.h 259 static bool debugLayersUpdates;

Completed in 391 milliseconds