Searched refs:footers (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/server/ |
D | BootReceiver.java | 194 String headers, String footers, String filename, int maxSize, in addFileWithFootersToDropBox() argument 211 … db.addText(tag, headers + FileUtils.readTextFile(file, maxSize, "[[TRUNCATED]]\n") + footers); in addFileWithFootersToDropBox()
|
/frameworks/base/docs/html/training/printing/ |
D | html-docs.jd | 124 <li>You cannot add headers or footers, including page numbers, to the document.</li>
|
D | custom-docs.jd | 33 headers, footers, and graphic elements.</p>
|
/frameworks/base/core/java/android/widget/ |
D | ListView.java | 1822 final ArrayList<FixedViewInfo> footers = mFooterViewInfos; in isDirectChildHeaderOrFooter() local 1823 final int numFooters = footers.size(); in isDirectChildHeaderOrFooter() 1825 if (child == footers.get(i).view) { in isDirectChildHeaderOrFooter()
|