Home
last modified time | relevance | path

Searched refs:getHandleView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java280 toBbev.getHandleView().setAlpha(0f); in animateSwitch()
281 toBbev.getHandleView().setHandleInitialColor(fromBbev.getHandleView().getHandleColor()); in animateSwitch()
321 ObjectAnimator handleAlphaAnim = ObjectAnimator.ofFloat(bbev.getHandleView(), ALPHA, 0f) in switchOutAnimator()
361 ObjectAnimator handleAlphaAnim = ObjectAnimator.ofFloat(bbev.getHandleView(), ALPHA, 1f); in switchInAnimator()
406 ObjectAnimator handleAnim = ObjectAnimator.ofFloat(bbev.getHandleView(), ALPHA, 0f) in animateStartDrag()
460 ObjectAnimator handleAlphaAnim = ObjectAnimator.ofFloat(bbev.getHandleView(), ALPHA, 1f) in animateToRestPosition()
DBubbleBarLayerView.java388 BubbleBarHandleView view = mExpandedView.getHandleView(); in animateExpand()
393 mExpandedView.getHandleView()); in animateExpand()
DBubbleBarExpandedView.java341 public BubbleBarHandleView getHandleView() { in getHandleView() method in BubbleBarExpandedView