Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java465 public void cleanupViews() { in cleanupViews() method in Bubble
467 cleanupViews(true); in cleanupViews()
476 void cleanupViews(boolean cleanupTaskView) { in cleanupViews() method in Bubble
DBubbleOverflowContainerView.java260 toRemove.cleanupViews();
DBubbleStackView.java2014 bubble.cleanupViews(); // cleans up the icon view in removeBubble()
2032 bubble.cleanupViews(); in removeBubble()
2045 bubble.cleanupViews(); in removeBubble()
DBubbleController.java1553 mBubbleData.getBubbles().forEach(b -> b.cleanupViews(/* cleanupTaskView= */ false)); in setUpBubbleViewsForMode()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarLayerView.java264 bubble.cleanupViews(); in removeBubble()