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.java42 private static final TextViewComparator sTextViewComparator = new TextViewComparator();
331 private static class TextViewComparator implements ViewComparator { class in NotificationHeaderUtil