Searched defs:trimToSize (Results 1 – 3 of 3) sorted by relevance
197 public void trimToSize(int maxSize) { in trimToSize() method in LruCache
661 public static @Nullable <T> T[] trimToSize(@Nullable T[] array, int size) { in trimToSize() method in ArrayUtils
2265 public static <T extends CharSequence> T trimToSize(@Nullable T text, in trimToSize() method in TextUtils