Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java386 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation() argument
388 if (bubbleBarLocation != mBubbleBarLocation) { in setBubbleBarLocation()
389 mBubbleBarLocation = bubbleBarLocation; in setBubbleBarLocation()
483 public void animateToBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in animateToBubbleBarLocation() argument
493 mBubbleBarLocationAnimator = getLocationUpdateFadeOutAnimator(bubbleBarLocation); in animateToBubbleBarLocation()
497 updateBubblesLayoutProperties(bubbleBarLocation); in animateToBubbleBarLocation()
498 mBubbleBarBackground.setAnchorLeft(bubbleBarLocation.isOnLeft(isLayoutRtl())); in animateToBubbleBarLocation()
501 mBubbleBarLocationAnimator = getLocationUpdateFadeInAnimator(bubbleBarLocation); in animateToBubbleBarLocation()
760 private void updateBubblesLayoutProperties(BubbleBarLocation bubbleBarLocation) { in updateBubblesLayoutProperties() argument
771 final boolean onLeft = bubbleBarLocation.isOnLeft(isLayoutRtl()); in updateBubblesLayoutProperties()
[all …]
DBubbleStashedHandleViewController.java131 private void updateBounds(BubbleBarLocation bubbleBarLocation) { in updateBounds() argument
135 if (bubbleBarLocation.isOnLeft(mStashedHandleView.isLayoutRtl())) { in updateBounds()
307 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation() argument
308 updateBounds(bubbleBarLocation); in setBubbleBarLocation()
DBubbleBarController.java166 BubbleBarLocation bubbleBarLocation; field in BubbleBarController.BubbleBarViewUpdate
184 bubbleBarLocation = update.bubbleBarLocation; in BubbleBarViewUpdate()
420 if (update.bubbleBarLocation != null) { in applyViewChanges()
421 if (update.bubbleBarLocation != mBubbleBarViewController.getBubbleBarLocation()) { in applyViewChanges()
422 updateBubbleBarLocationInternal(update.bubbleBarLocation); in applyViewChanges()
496 public void animateBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in animateBubbleBarLocation() argument
498 () -> mBubbleBarViewController.animateBubbleBarLocation(bubbleBarLocation)); in animateBubbleBarLocation()
DBubbleBarViewController.java231 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation() argument
232 mBarView.setBubbleBarLocation(bubbleBarLocation); in setBubbleBarLocation()
240 public void animateBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in animateBubbleBarLocation() argument
241 mBarView.animateToBubbleBarLocation(bubbleBarLocation); in animateBubbleBarLocation()
DBubbleStashController.java394 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation() argument
395 mHandleViewController.setBubbleBarLocation(bubbleBarLocation); in setBubbleBarLocation()