Searched refs:getMaxCustomFallbackCount (Results 1 – 3 of 3) sorted by relevance
711 public static @IntRange(from = 64) int getMaxCustomFallbackCount() { in getMaxCustomFallbackCount() method in Typeface.CustomFallbackBuilder770 Preconditions.checkArgument(mFamilies.size() < getMaxCustomFallbackCount(), in addCustomFallback()771 "Custom fallback limit exceeded(" + getMaxCustomFallbackCount() + ")"); in addCustomFallback()
15183 method @IntRange(from=64) public static int getMaxCustomFallbackCount();