Searched refs:layoutFile (Results 1 – 2 of 2) sorted by relevance
380 File layoutFile = new File(contextLayout.getValue()); in createRenderSession() local381 if (layoutFile.isFile()) { in createRenderSession()387 topParser = new ContextPullParser(mProjectCallback, layoutFile); in createRenderSession()389 String xmlText = Files.toString(layoutFile, Charsets.UTF_8); in createRenderSession()
517 public static String getLayoutName(IFile layoutFile) { in getLayoutName() argument518 String layoutName = layoutFile.getName(); in getLayoutName()