Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java44 private static final TextViewComparator sTextViewComparator = new TextViewComparator();
342 private static class TextViewComparator implements ViewComparator { class in NotificationHeaderUtil