Searched defs:contents (Results 1 – 4 of 4) sorted by relevance
43 static void toFile(String contents, File file) throws IOException { in toFile()
158 final DemoPresentationContents contents = in onResume() local199 private void showPresentation(Display display, DemoPresentationContents contents) { in showPresentation()263 DemoPresentationContents contents = new DemoPresentationContents(getNextPhoto()); in onCheckedChanged() local388 DemoPresentationContents contents = presentation != null ? in getView() local472 DemoPresentationContents contents) { in DemoPresentation()
88 TextView contents = makeView(cd.value, false, 12); in addDataViews() local
28 def CreateTmpFile(self, contents): argument