Searched refs:sDisableProfileBars (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DProperties.cpp65 bool Properties::sDisableProfileBars = false; member in class:android::uirenderer::Properties
170 sDisableProfileBars = !strcmp(value, "true");
171 ALOGD("profile bars %s", sDisableProfileBars ? "disabled" : "enabled");
202 if (CC_UNLIKELY(sDisableProfileBars && sProfileType == ProfileType::Bars))
H A DProperties.h305 static bool sDisableProfileBars; member in class:android::uirenderer::Properties

Completed in 273 milliseconds