Searched refs:seenObjects (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryViewWalker.kt | 101 val seenObjects = hashSetOf<Int>() in <lambda>() constant 110 seenObjects = seenObjects in <lambda>() 117 seenObjects: HashSet<Int> = hashSetOf() in <lambda>() 122 computeViewHierarchyUse(rootViewGroup, usageBuilder.value, seenObjects) in <lambda>() 136 seenObjects: HashSet<Int> = hashSetOf(), in <lambda>() 140 computeViewHierarchyUse(child, builder, seenObjects) in <lambda>() 142 computeViewUse(child, builder, seenObjects) in <lambda>() 147 private fun computeViewUse(view: View, builder: UsageBuilder, seenObjects: HashSet<Int>) { in <lambda>() 151 if (seenObjects.contains(drawableRef)) return in <lambda>() 152 val drawableUse = computeDrawableUse(drawable, seenObjects) in <lambda>() [all …]
|