Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DConversationNotifications.kt152 fun getLayouts(view: NotificationContentView) = regex
162 ?.flatMap(::getLayouts)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java388 public NotificationContentView[] getLayouts() { in getLayouts() method in ExpandableNotificationRow