Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeter.kt233 val refId = System.identityHashCode(bitmap) in <lambda>() constant
234 if (seenBitmaps?.contains(refId) == true) { in <lambda>()
238 seenBitmaps?.add(refId) in <lambda>()
243 val refId = System.identityHashCode(icon.dataBytes) in <lambda>() constant
244 if (seenBitmaps.contains(refId)) { in <lambda>()
248 seenBitmaps.add(refId) in <lambda>()