Home
last modified time | relevance | path

Searched refs:defaultSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DShapeCache.h310 ShapeCache(const char* name, const char* propertyName, float defaultSize);
404 ShapeCache<Entry>::ShapeCache(const char* name, const char* propertyName, float defaultSize): in ShapeCache() argument
406 mSize(0), mMaxSize(MB(defaultSize)) { in ShapeCache()
412 INIT_LOGD(" Using default %s cache size of %.2fMB", name, defaultSize); in ShapeCache()
/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientEditTextView.java535 float defaultSize = paint.getTextSize(); in constructChipSpan() local
551 paint.setTextSize(defaultSize); in constructChipSpan()