Searched refs:getMaxCustomFallbackCount (Results 1 – 3 of 3) sorted by relevance
802 public static @IntRange(from = 64) int getMaxCustomFallbackCount() { in getMaxCustomFallbackCount() method in Typeface.CustomFallbackBuilder861 Preconditions.checkArgument(mFamilies.size() < getMaxCustomFallbackCount(), in addCustomFallback()862 "Custom fallback limit exceeded(%d)", getMaxCustomFallbackCount()); in addCustomFallback()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17284 method @IntRange(from=64) public static int getMaxCustomFallbackCount();