Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java200 private static Class<?> findCustomInflater(@NotNull BridgeContext bc, in findCustomInflater() method in BridgeInflater
251 Class<?> inflaterClass = findCustomInflater(bc, mLayoutlibCallback); in createViewFromCustomInflater()