Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflowContainerView.java251 toRemove.cleanupViews();
H A DBubble.java435 void cleanupViews() { in cleanupViews() method in Bubble
H A DBubbleStackView.java1826 bubble.cleanupViews(); // cleans up the icon view in removeBubble()
1841 bubble.cleanupViews(); in removeBubble()
1854 bubble.cleanupViews(); in removeBubble()
H A DBubbleController.java1335 mBubbleData.getBubbles().forEach(Bubble::cleanupViews); in setUpBubbleViewsForMode()