Searched refs:loadCustomView (Results 1 – 1 of 1) sorted by relevance
152 view = loadCustomView(name, attrs); in onCreateView()333 view = loadCustomView(name, attrs); in createViewFromTag()404 private View loadCustomView(String name, AttributeSet attrs, boolean silent) throws Exception { in loadCustomView() method in BridgeInflater428 private View loadCustomView(String name, AttributeSet attrs) throws Exception { in loadCustomView() method in BridgeInflater429 return loadCustomView(name, attrs, false); in loadCustomView()