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

  /frameworks/base/libs/hwui/
Properties.h 276 static int textDropShadowCacheSize;
Properties.cpp 48 int Properties::textDropShadowCacheSize = MB(DEFAULT_DROP_SHADOW_CACHE_SIZE);
156 textDropShadowCacheSize = MB(property_get_float(PROPERTY_DROP_SHADOW_CACHE_SIZE, DEFAULT_DROP_SHADOW_CACHE_SIZE));
TextDropShadowCache.cpp 97 : TextDropShadowCache(Properties::textDropShadowCacheSize) {}

Completed in 230 milliseconds