Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java224 public BubbleBarLocation getBubbleBarLocation() { in getBubbleBarLocation() method in BubbleBarViewController
225 return mBarView.getBubbleBarLocation(); in getBubbleBarLocation()
547 if (location == mBarView.getBubbleBarLocation()) { in getDraggedBubbleReleaseTranslation()
DBubbleDragController.java136 mBubbleBarViewController.getBubbleBarLocation().isOnLeft( in setupBubbleView()
203 bubbleBarView.getBubbleBarLocation().isOnLeft(bubbleBarView.isLayoutRtl())); in setupBubbleBarView()
DBubbleBarView.java379 public BubbleBarLocation getBubbleBarLocation() { in getBubbleBarLocation() method in BubbleBarView
423 if (getBubbleBarLocation().isOnLeft(isLayoutRtl()) != location.isOnLeft(isLayoutRtl())) { in getBubbleBarDragReleaseTranslation()
456 if (getBubbleBarLocation().isOnLeft(isLayoutRtl()) != newLocationOnLeft) { in getDraggedBubbleReleaseTranslation()
DBubbleStashedHandleViewController.java123 updateBounds(mBarViewController.getBubbleBarLocation())); in init()
DBubbleBarController.java421 if (update.bubbleBarLocation != mBubbleBarViewController.getBubbleBarLocation()) { in applyViewChanges()