Home
last modified time | relevance | path

Searched defs:setIsBubble (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1062 private void setIsBubble(@NonNull final BubbleEntry entry, final boolean isBubble, in setIsBubble() method in BubbleController
1078 private void setIsBubble(@NonNull final Bubble b, final boolean isBubble) { in setIsBubble() method in BubbleController
H A DBubble.java772 public void setIsBubble(final boolean isBubble) { in setIsBubble() method in Bubble