OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROPERTY_DISABLE_DRAW_REORDER
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
130
#define
PROPERTY_DISABLE_DRAW_REORDER
"debug.hwui.disable_draw_reorder"
Properties.cpp
139
drawReorderDisabled = property_get_bool(
PROPERTY_DISABLE_DRAW_REORDER
, false);
Completed in 90 milliseconds