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 124 #define PROPERTY_DISABLE_DRAW_DEFER "debug.hwui.disable_draw_defer"
128 * Has no effect if PROPERTY_DISABLE_DRAW_DEFER is set to "true"
Properties.cpp 136 drawDeferDisabled = property_get_bool(PROPERTY_DISABLE_DRAW_DEFER, false);

Completed in 41 milliseconds