Home
last modified time | relevance | path

Searched refs:percent (Results 1 – 8 of 8) sorted by relevance

/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageCache.java159 public static int calculateMemCacheSize(float percent) { in calculateMemCacheSize() argument
160 if (percent < 0.05f || percent > 0.8f) { in calculateMemCacheSize()
164 return Math.round(percent * Runtime.getRuntime().maxMemory() / 1024); in calculateMemCacheSize()
/development/tools/bugreport/src/com/android/bugreport/cpuinfo/
DCpuUsage.java25 public int percent; field in CpuUsage
/development/samples/ApiDemos/src/com/example/android/apis/media/
DMediaPlayerDemo_Video.java138 public void onBufferingUpdate(MediaPlayer arg0, int percent) { in onBufferingUpdate() argument
139 Log.d(TAG, "onBufferingUpdate percent:" + percent); in onBufferingUpdate()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageCache.java504 public void setMemCacheSizePercent(float percent) { in setMemCacheSizePercent() argument
505 if (percent < 0.01f || percent > 0.8f) { in setMemCacheSizePercent()
509 memCacheSize = Math.round(percent * Runtime.getRuntime().maxMemory() / 1024); in setMemCacheSizePercent()
/development/apps/OBJViewer/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/development/tools/external_crates/
DCargo.lock430 "percent-encoding",
715 "percent-encoding",
1989 name = "percent-encoding"
2691 "percent-encoding",
/development/host/windows/usb/
DNOTICE20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/development/sdk/
Dsdk_files_NOTICE.txt1290 otherwise, or (ii) ownership of fifty percent (50%) or more of the
2009 otherwise, or (ii) ownership of fifty percent (50%) or more of the
3213 otherwise, or (ii) ownership of fifty percent (50%) or more of the
3547 contract or otherwise, or (b) ownership of more than fifty percent
4422 otherwise, or (ii) ownership of fifty percent (50%) or more of the
5667 otherwise, or (ii) ownership of fifty percent (50%) or more of the
8414 otherwise, or (ii) ownership of fifty percent (50%) or more of the
9201 otherwise, or (ii) ownership of fifty percent (50%) or more of the
9789 otherwise, or (ii) ownership of fifty percent (50%) or more of the
10270 otherwise, or (ii) ownership of fifty percent (50%) or more of the
[all …]