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

  /frameworks/base/libs/hwui/
Properties.h 285 static int gradientCacheSize;
Properties.cpp 42 int Properties::gradientCacheSize = MB(DEFAULT_GRADIENT_CACHE_SIZE);
153 gradientCacheSize = MB(property_get_float(PROPERTY_GRADIENT_CACHE_SIZE, DEFAULT_GRADIENT_CACHE_SIZE));
GradientCache.cpp 68 , mMaxSize(Properties::gradientCacheSize)

Completed in 46 milliseconds