Searched refs:layoutFile (Results 1 – 2 of 2) sorted by relevance
436 File layoutFile = new File(contextLayout.getValue()); in createRenderSession() local437 if (layoutFile.isFile()) { in createRenderSession()443 topParser = new ContextPullParser(mProjectCallback, layoutFile); in createRenderSession()445 String xmlText = Files.toString(layoutFile, Charsets.UTF_8); in createRenderSession()
518 public static String getLayoutName(IFile layoutFile) { in getLayoutName() argument519 String layoutName = layoutFile.getName(); in getLayoutName()