Searched refs:loadCustomView (Results 1 – 1 of 1) sorted by relevance
159 view = loadCustomView(name, attrs); in onCreateView()344 view = loadCustomView(name, attrs); in createViewFromTag()415 private View loadCustomView(String name, AttributeSet attrs, boolean silent) throws Exception { in loadCustomView() method in BridgeInflater439 private View loadCustomView(String name, AttributeSet attrs) throws Exception { in loadCustomView() method in BridgeInflater440 return loadCustomView(name, attrs, false); in loadCustomView()