OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:headerprocessor
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationHeaderUtil.java
90
private final ArrayList<
HeaderProcessor
> mComparators = new ArrayList<>();
96
mComparators.add(new
HeaderProcessor
(mRow,
102
mComparators.add(new
HeaderProcessor
(mRow,
107
mComparators.add(new
HeaderProcessor
(mRow,
126
mComparators.add(
HeaderProcessor
.forTextView(mRow,
128
mComparators.add(
HeaderProcessor
.forTextView(mRow,
237
private static class
HeaderProcessor
{
247
public static
HeaderProcessor
forTextView(ExpandableNotificationRow row, int id) {
248
return new
HeaderProcessor
(row, id, null, sTextViewComparator, sVisibilityApplicator);
251
HeaderProcessor
(ExpandableNotificationRow row, int id, DataExtractor extractor
[
all
...]
Completed in 707 milliseconds