Searched defs:Many (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ | ||
D | NotificationSectionsManager.kt | 133 data class Many(val first: ExpandableView, val last: ExpandableView) : SectionBounds() in <lambda>() class in com.android.systemui.statusbar.notification.stack.NotificationSectionsManager.SectionBounds |
/frameworks/base/tools/aapt2/ | ||
D | ResourceValues.h | 352 enum { Zero = 0, One, Two, Few, Many, Other, Count }; enumerator |