HomeSort by relevance Sort by last modified time
    Searched refs:sDisableProfileBars (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Properties.cpp 65 bool Properties::sDisableProfileBars = false;
170 sDisableProfileBars = !strcmp(value, "true");
171 ALOGD("profile bars %s", sDisableProfileBars ? "disabled" : "enabled");
202 if (CC_UNLIKELY(sDisableProfileBars && sProfileType == ProfileType::Bars))
Properties.h 305 static bool sDisableProfileBars;

Completed in 339 milliseconds