Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
H A DLauncherModelHelper.java110 private final HashMap<Class, HashMap<String, Field>> mFieldCache = new HashMap<>(); field in LauncherModelHelper
264 HashMap<String, Field> cache = mFieldCache.get(clazz); in initItem()
275 mFieldCache.put(clazz, cache); in initItem()