Searched refs:footers (Results 1 – 2 of 2) sorted by relevance
289 String headers, String footers, String filename, int maxSize, in addFileWithFootersToDropBox() argument305 String text = headers + fileContents + footers; in addFileWithFootersToDropBox()
2030 final ArrayList<FixedViewInfo> footers = mFooterViewInfos; in isDirectChildHeaderOrFooter() local2031 final int numFooters = footers.size(); in isDirectChildHeaderOrFooter()2033 if (child == footers.get(i).view) { in isDirectChildHeaderOrFooter()