Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleHubNotificationListener.kt306 private fun ViewGroup.childrenWithId(id: Int): Sequence<View> = children.filter { it.id == id } in <lambda>() method
310 ?.childrenWithId(R.id.expanded) in extractAvatarFromRow()
313 it.childrenWithId(com.android.internal.R.id.status_bar_latest_event_content) in <lambda>()