Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DProperties.h217 #define PROPERTY_DRAWING_ENABLED "debug.hwui.drawing_enabled" macro
H A DProperties.cpp241 bool drawingEnabledProp = base::GetBoolProperty(PROPERTY_DRAWING_ENABLED, true); in isDrawingEnabled()