Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
H A DBubbleVolatileRepository.kt87 val overflowCount = entities.size + bubblesInRange.size - capacity regex
88 if (overflowCount > 0) {
90 uncache(entities.take(overflowCount))
91 entities = entities.drop(overflowCount).toMutableList()