Home
last modified time | relevance | path

Searched refs:setBubbleBarLocation (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java574 mSystemUiProxy.setBubbleBarLocation(location, source); in updateBubbleBarLocation()
578 mBubbleBarViewController.setBubbleBarLocation(location); in updateBubbleBarLocationInternal()
579 mBubbleStashController.setBubbleBarLocation(location); in updateBubbleBarLocationInternal()
DBubbleStashedHandleViewController.java359 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation() method in BubbleStashedHandleViewController
DBubbleBarViewController.java608 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) {
609 mBarView.setBubbleBarLocation(bubbleBarLocation);
DBubbleBarView.java447 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation() method in BubbleBarView
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/stashing/
DBubbleStashController.kt126 fun setBubbleBarLocation(bubbleBarLocation: BubbleBarLocation) in init() method
DTransientBubbleStashController.kt258 override fun setBubbleBarLocation(bubbleBarLocation: BubbleBarLocation) { in <lambda>() method in com.android.launcher3.taskbar.bubbles.stashing.TransientBubbleStashController
259 bubbleStashedHandleViewController?.setBubbleBarLocation(bubbleBarLocation) in <lambda>()
DPersistentBubbleStashController.kt170 override fun setBubbleBarLocation(bubbleBarLocation: BubbleBarLocation) { in setBubbleBarLocation() method in com.android.launcher3.taskbar.bubbles.stashing.PersistentBubbleStashController
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DLauncherTaskbarUIController.java582 mLauncher.setBubbleBarLocation(location); in onBubbleBarLocationAnimated()
588 mLauncher.setBubbleBarLocation(location); in onBubbleBarLocationUpdated()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.kt639 fun setBubbleBarLocation(location: BubbleBarLocation?, @UpdateSource source: Int) = in <lambda>() method
641 bubbles?.setBubbleBarLocation(location, source) in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java1444 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation() method in QuickstepLauncher
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt1605 override fun setBubbleBarLocation(bubbleBarLocation: BubbleBarLocation) {} in <lambda>() method in com.android.launcher3.taskbar.bubbles.animation.BubbleBarViewAnimatorTest.FakeBubbleStashController