Home
last modified time | relevance | path

Searched defs:animateBubbleBarLocation (Results 1 – 4 of 4) 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
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java2589 public void animateBubbleBarLocation(BubbleBarLocation location) { in animateBubbleBarLocation() method in BubblesTest.FakeBubbleStateListener