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

/frameworks/base/libs/hwui/
H A DShapeCache.h310 ShapeCache(const char* name, const char* propertyName, float defaultSize);
417 ShapeCache<Entry>::ShapeCache(const char* name, const char* propertyName, float defaultSize): argument
419 mSize(0), mMaxSize(MB(defaultSize)) {
425 INIT_LOGD(" Using default %s cache size of %.2fMB", name, defaultSize);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java588 float defaultSize = paint.getTextSize();
604 paint.setTextSize(defaultSize);

Completed in 73 milliseconds