Home
last modified time | relevance | path

Searched refs:useHintManager (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DProperties.cpp84 bool Properties::useHintManager = false; member in android::uirenderer::Properties
148 useHintManager = base::GetBoolProperty(PROPERTY_USE_HINT_MANAGER, false); in load()
H A DProperties.h317 static bool useHintManager; variable
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DHintSessionWrapper.cpp93 if (!mSessionValid || !Properties::useHintManager || !Properties::isDrawingEnabled() || in init()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DHintSessionWrapperTests.cpp96 Properties::useHintManager = true; in SetUp()