OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enablePartialUpdates
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
265
static bool
enablePartialUpdates
;
Properties.cpp
37
bool Properties::
enablePartialUpdates
= true;
145
enablePartialUpdates
= property_get_bool(PROPERTY_ENABLE_PARTIAL_UPDATES, true);
/frameworks/base/libs/hwui/renderthread/
EglManager.cpp
117
if (Properties::
enablePartialUpdates
) {
Completed in 130 milliseconds