Home
last modified time | relevance | path

Searched refs:footers (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/server/
DBootReceiver.java213 String headers, String footers, String filename, int maxSize, in addFileWithFootersToDropBox() argument
229 footers); in addFileWithFootersToDropBox()
/frameworks/base/docs/html/training/printing/
Dhtml-docs.jd124 <li>You cannot add headers or footers, including page numbers, to the document.</li>
Dcustom-docs.jd33 headers, footers, and graphic elements.</p>
/frameworks/base/core/java/android/widget/
DListView.java1930 final ArrayList<FixedViewInfo> footers = mFooterViewInfos; in isDirectChildHeaderOrFooter() local
1931 final int numFooters = footers.size(); in isDirectChildHeaderOrFooter()
1933 if (child == footers.get(i).view) { in isDirectChildHeaderOrFooter()