Searched refs:sLayoutInflaterFactory2Field (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DLayoutInflaterCompat.java36 private static Field sLayoutInflaterFactory2Field; field in class:LayoutInflaterCompat
73 sLayoutInflaterFactory2Field = LayoutInflater.class.getDeclaredField("mFactory2");
74 sLayoutInflaterFactory2Field.setAccessible(true);
82 if (sLayoutInflaterFactory2Field != null) {
84 sLayoutInflaterFactory2Field.set(inflater, factory);

Completed in 55 milliseconds