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()
2026 final ArrayList<FixedViewInfo> footers = mFooterViewInfos; in isDirectChildHeaderOrFooter() local2027 final int numFooters = footers.size(); in isDirectChildHeaderOrFooter()2029 if (child == footers.get(i).view) { in isDirectChildHeaderOrFooter()