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

  /frameworks/base/libs/hwui/
Properties.h 97 #define PROPERTY_DISABLE_DRAW_DEFER "debug.hwui.disable_draw_defer"
101 * Has no effect if PROPERTY_DISABLE_DRAW_DEFER is set to "true"
Caches.cpp 169 if (property_get(PROPERTY_DISABLE_DRAW_DEFER, property, "false")) {

Completed in 98 milliseconds