Searched defs:trimToSize (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/processing/memory/
H A DLruPool.java196 * @param trimToSize the maximum size of the cache before returning. May
199 public final void trimToSize(int trimToSize) { argument
201 unsafeTrimToSize(trimToSize);
226 private void unsafeTrimToSize(int trimToSize) { argument
227 while (mSize > trimToSize && !mLruKeyList.isEmpty()) {
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 119 milliseconds