Searched refs:defaultSize (Results 1 – 2 of 2) sorted by relevance
310 ShapeCache(const char* name, const char* propertyName, float defaultSize);404 ShapeCache<Entry>::ShapeCache(const char* name, const char* propertyName, float defaultSize): in ShapeCache() argument406 mSize(0), mMaxSize(MB(defaultSize)) { in ShapeCache()412 INIT_LOGD(" Using default %s cache size of %.2fMB", name, defaultSize); in ShapeCache()
535 float defaultSize = paint.getTextSize(); in constructChipSpan() local551 paint.setTextSize(defaultSize); in constructChipSpan()