Searched refs:getMaxCustomFallbackCount (Results 1 – 2 of 2) sorted by relevance
790 public static @IntRange(from = 64) int getMaxCustomFallbackCount() { in getMaxCustomFallbackCount() method in Typeface.CustomFallbackBuilder849 Preconditions.checkArgument(mFamilies.size() < getMaxCustomFallbackCount(), in addCustomFallback()850 "Custom fallback limit exceeded(%d)", getMaxCustomFallbackCount()); in addCustomFallback()
16300 method @IntRange(from=64) public static int getMaxCustomFallbackCount();