OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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