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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DirectPresetCache.java 32 private int mCacheSize = 1;
54 mCacheSize = size;
103 // + " we have " + mCache.size() + " elts / " + mCacheSize);
166 if (mCache.size() < mCacheSize) {
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 154 : mCacheSize(size), mCacheInUse(0)
184 while (mCacheInUse + assemblySize > mCacheSize) {
CodeCache.h 111 size_t mCacheSize;
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 136 private TextView mCacheSize;
463 mCacheSize = (TextView) view.findViewById(R.id.cache_size_text);
    [all...]

Completed in 2092 milliseconds