/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleBarController.java | 574 mSystemUiProxy.setBubbleBarLocation(location, source); in updateBubbleBarLocation() 578 mBubbleBarViewController.setBubbleBarLocation(location); in updateBubbleBarLocationInternal() 579 mBubbleStashController.setBubbleBarLocation(location); in updateBubbleBarLocationInternal()
|
D | BubbleStashedHandleViewController.java | 359 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation() method in BubbleStashedHandleViewController
|
D | BubbleBarViewController.java | 608 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { 609 mBarView.setBubbleBarLocation(bubbleBarLocation);
|
D | BubbleBarView.java | 447 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation() method in BubbleBarView
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/stashing/ |
D | BubbleStashController.kt | 126 fun setBubbleBarLocation(bubbleBarLocation: BubbleBarLocation) in init() method
|
D | TransientBubbleStashController.kt | 258 override fun setBubbleBarLocation(bubbleBarLocation: BubbleBarLocation) { in <lambda>() method in com.android.launcher3.taskbar.bubbles.stashing.TransientBubbleStashController 259 bubbleStashedHandleViewController?.setBubbleBarLocation(bubbleBarLocation) in <lambda>()
|
D | PersistentBubbleStashController.kt | 170 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/ |
D | LauncherTaskbarUIController.java | 582 mLauncher.setBubbleBarLocation(location); in onBubbleBarLocationAnimated() 588 mLauncher.setBubbleBarLocation(location); in onBubbleBarLocationUpdated()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SystemUiProxy.kt | 639 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/ |
D | QuickstepLauncher.java | 1444 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation() method in QuickstepLauncher
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/bubbles/animation/ |
D | BubbleBarViewAnimatorTest.kt | 1605 override fun setBubbleBarLocation(bubbleBarLocation: BubbleBarLocation) {} in <lambda>() method in com.android.launcher3.taskbar.bubbles.animation.BubbleBarViewAnimatorTest.FakeBubbleStashController
|