Searched defs:trimToSize (Results 1 – 5 of 5) sorted by relevance
61 public final void trimToSize(int cacheSize) { in trimToSize() method in TaskKeyLruCache
196 public void trimToSize(int maxSize) { in trimToSize() method in LruCache
196 private void trimToSize(int maxSize) { in trimToSize() method in LruCache
585 public static @Nullable <T> T[] trimToSize(@Nullable T[] array, int size) { in trimToSize() method in ArrayUtils
2145 public static <T extends CharSequence> T trimToSize(@Nullable T text, in trimToSize() method in TextUtils