Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38304b59 authored by Jerome Gaillard's avatar Jerome Gaillard Committed by Android (Google) Code Review
Browse files

Merge "Delete method kept for layoutlib"

parents 7e833acd 746cd420
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ import android.os.Build;
import android.provider.FontRequest;
import android.provider.FontsContract;
import android.text.FontConfig;
import android.util.ArrayMap;
import android.util.Base64;
import android.util.LongSparseArray;
import android.util.LruCache;
@@ -1112,13 +1111,6 @@ public class Typeface {
        }
    }

    // Following methods are left for layoutlib
    // TODO: Remove once layoutlib stop calling buildSystemFallback
    /** @hide */
    public static void buildSystemFallback(String xmlPath, String fontDir,
            ArrayMap<String, Typeface> fontMap, ArrayMap<String, FontFamily[]> fallbackMap) {
    }

    static {
        final HashMap<String, Typeface> systemFontMap = new HashMap<>();
        initSystemDefaultTypefaces(systemFontMap, SystemFonts.getRawSystemFallbackMap(),