Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DViewGroupFadeHelper.kt91 var viewContainingExcludedView = excludedView; in <lambda>() variable
95 if (shouldInclude.invoke(child) && viewContainingExcludedView != child) { in <lambda>()
102 viewContainingExcludedView = parent in <lambda>()