Searched refs:bubbleBarLocation (Results 1 – 5 of 5) sorted by relevance
386 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation() argument388 if (bubbleBarLocation != mBubbleBarLocation) { in setBubbleBarLocation()389 mBubbleBarLocation = bubbleBarLocation; in setBubbleBarLocation()483 public void animateToBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in animateToBubbleBarLocation() argument493 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() argument771 final boolean onLeft = bubbleBarLocation.isOnLeft(isLayoutRtl()); in updateBubblesLayoutProperties()[all …]
131 private void updateBounds(BubbleBarLocation bubbleBarLocation) { in updateBounds() argument135 if (bubbleBarLocation.isOnLeft(mStashedHandleView.isLayoutRtl())) { in updateBounds()307 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation() argument308 updateBounds(bubbleBarLocation); in setBubbleBarLocation()
166 BubbleBarLocation bubbleBarLocation; field in BubbleBarController.BubbleBarViewUpdate184 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() argument498 () -> mBubbleBarViewController.animateBubbleBarLocation(bubbleBarLocation)); in animateBubbleBarLocation()
231 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation() argument232 mBarView.setBubbleBarLocation(bubbleBarLocation); in setBubbleBarLocation()240 public void animateBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in animateBubbleBarLocation() argument241 mBarView.animateToBubbleBarLocation(bubbleBarLocation); in animateBubbleBarLocation()
394 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation() argument395 mHandleViewController.setBubbleBarLocation(bubbleBarLocation); in setBubbleBarLocation()