Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepository.kt83 val bubblesInRange = bubbles.takeLast(capacity) in <lambda>() constant
85 val uniqueBubbles = bubblesInRange.filterNot { b: BubbleEntity -> in <lambda>()
87 val overflowCount = entities.size + bubblesInRange.size - capacity in <lambda>()
93 entities.addAll(bubblesInRange) in <lambda>()