Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DBootReceiver.java404 String headers, String footers, String filename, int maxSize, in addLastkToDropBox() argument
406 int extraSize = headers.length() + TAG_TRUNCATED.length() + footers.length(); in addLastkToDropBox()
416 addFileWithFootersToDropBox(db, timestamps, headers, footers, filename, maxSize, tag); in addLastkToDropBox()
427 String headers, String footers, String filename, int maxSize, in addFileWithFootersToDropBox() argument
437 String text = headers + fileContents + footers; in addFileWithFootersToDropBox()
/aosp14/frameworks/base/core/java/android/widget/
H A DListView.java2024 final ArrayList<FixedViewInfo> footers = mFooterViewInfos; in isDirectChildHeaderOrFooter() local
2025 final int numFooters = footers.size(); in isDirectChildHeaderOrFooter()
2027 if (child == footers.get(i).view) { in isDirectChildHeaderOrFooter()