Home
last modified time | relevance | path

Searched defs: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.java332 void animateBubbleBarLocation(BubbleBarLocation location); in animateBubbleBarLocation() method
DBubbleController.java867 public void animateBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in animateBubbleBarLocation() method in BubbleController
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleControllerBubbleBarTest.kt297 override fun animateBubbleBarLocation(location: BubbleBarLocation?) {} in <lambda>() method in com.android.wm.shell.bubbles.BubbleControllerBubbleBarTest.FakeBubblesStateListener
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java2995 public void animateBubbleBarLocation(BubbleBarLocation location) { in animateBubbleBarLocation() method in BubblesTest.FakeBubbleStateListener