HomeSort by relevance Sort by last modified time
    Searched full:property_get_int (Results 1 - 1 of 1) sorted by null

  /frameworks/base/libs/hwui/
Properties.cpp 70 static int property_get_int(const char* key, int defaultValue) { function in namespace:android::uirenderer
133 debugLevel = (DebugLevel)property_get_int(PROPERTY_DEBUG, kDebugDisabled);

Completed in 218 milliseconds