Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java482 int numtoRemove = mBubbles.size() - mMaxBubbles; in trim() local
490 if (toRemove.size() < numtoRemove) { in trim()