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 236 #define DEFAULT_PATCH_CACHE_SIZE 128 // in kB
PatchCache.cpp 41 INIT_LOGD(" Using default patch cache size of %.2fkB", DEFAULT_PATCH_CACHE_SIZE);
42 mMaxSize = KB(DEFAULT_PATCH_CACHE_SIZE);

Completed in 65 milliseconds