OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drawReorderDisabled
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Properties.cpp
31
bool Properties::
drawReorderDisabled
= false;
136
drawReorderDisabled
= property_get_bool(PROPERTY_DISABLE_DRAW_REORDER, false);
137
INIT_LOGD(" Draw reorder %s",
drawReorderDisabled
? "disabled" : "enabled");
Properties.h
258
static bool
drawReorderDisabled
;
Completed in 2882 milliseconds