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

  /frameworks/base/libs/hwui/
Properties.h 213 #define DEFAULT_PATCH_CACHE_SIZE 128.0f // in kB
Properties.cpp 44 int Properties::patchCacheSize = KB(DEFAULT_PATCH_CACHE_SIZE);
152 patchCacheSize = KB(property_get_float(PROPERTY_PATCH_CACHE_SIZE, DEFAULT_PATCH_CACHE_SIZE));

Completed in 290 milliseconds