Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DIBubblesListener.aidl35 void animateBubbleBarLocation(in BubbleBarLocation location); in animateBubbleBarLocation() method
DBubbles.java322 void animateBubbleBarLocation(BubbleBarLocation location); in animateBubbleBarLocation() method
DBubbleController.java748 public void animateBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in animateBubbleBarLocation() method in BubbleController
750 mBubbleStateListener.animateBubbleBarLocation(bubbleBarLocation); in animateBubbleBarLocation()
2400 public void animateBubbleBarLocation(BubbleBarLocation location) {
2401 mListener.call(l -> l.animateBubbleBarLocation(location));
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarLayerView.java126 mBubbleController.animateBubbleBarLocation(bubbleBarLocation); in BubbleBarLayerView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java2589 public void animateBubbleBarLocation(BubbleBarLocation location) { in animateBubbleBarLocation() method in BubblesTest.FakeBubbleStateListener