Home
last modified time | relevance | path

Searched refs:getMaxCustomFallbackCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DTypeface.java711 public static @IntRange(from = 64) int getMaxCustomFallbackCount() { in getMaxCustomFallbackCount() method in Typeface.CustomFallbackBuilder
770 Preconditions.checkArgument(mFamilies.size() < getMaxCustomFallbackCount(), in addCustomFallback()
771 "Custom fallback limit exceeded(" + getMaxCustomFallbackCount() + ")"); in addCustomFallback()
/frameworks/base/non-updatable-api/
Dcurrent.txt15183 method @IntRange(from=64) public static int getMaxCustomFallbackCount();
/frameworks/base/api/
Dcurrent.txt15183 method @IntRange(from=64) public static int getMaxCustomFallbackCount();