Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DViewGroupFadeHelper.kt48 val viewsToFadeOut = gatherViews(root, excludedView, visibilityIncluder) in <lambda>()
87 private fun gatherViews(root: ViewGroup, excludedView: View, in <lambda>() method