Searched defs:layoutName (Results 1 – 2 of 2) sorted by relevance
43 …String layoutName = xmlFile.getParentFile().getName() + "/" + xmlFile.getName().replace(".xml", ""… in processResourceXml() local92 …private View inflateView(Context context, String layoutName, Map<String, String> attributes, View … in inflateView() argument113 private ViewNode getViewNodeByLayoutName(String layoutName) { in getViewNodeByLayoutName()
549 public ViewLoader.ViewNode getLayoutViewNode( String layoutName ) { in getLayoutViewNode()