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

  /system/core/libpixelflinger/codeflinger/
CodeCache.h 115 size_t mCacheSize;
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 112 private TextView mCacheSize;
362 mCacheSize = (TextView) view.findViewById(R.id.cache_size_text);
547 mCacheSize.setText(mComputingStr);
573 mCacheSize.setText(getSizeStr(mAppEntry.cacheSize));
    [all...]

Completed in 179 milliseconds