Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DTypeface.java802 public static @IntRange(from = 64) int getMaxCustomFallbackCount() { in getMaxCustomFallbackCount() method in Typeface.CustomFallbackBuilder
861 Preconditions.checkArgument(mFamilies.size() < getMaxCustomFallbackCount(), in addCustomFallback()
862 "Custom fallback limit exceeded(%d)", getMaxCustomFallbackCount()); in addCustomFallback()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt17284 method @IntRange(from=64) public static int getMaxCustomFallbackCount();