Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java63 private BubbleStashedHandleViewController mHandleViewController; field in BubbleStashController
97 mHandleViewController = bubbleControllers.bubbleStashedHandleViewController; in init()
104 mBubbleStashedHandleAlpha = mHandleViewController.getStashedHandleAlpha().get( in init()
107 mStashedHeight = mHandleViewController.getStashedHeight(); in init()
108 mUnstashedHeight = mHandleViewController.getUnstashedHeight(); in init()
315 fullLengthAnimatorSet.play(mHandleViewController.createRevealAnimToIsStashed(isStashed)); in createStashAnimator()
345 mHandleViewController.onIsStashedChanged(); in onIsStashedChanged()
390 return mHandleViewController.isEventOverHandle(ev); in isEventOverStashHandle()
395 mHandleViewController.setBubbleBarLocation(bubbleBarLocation); in setBubbleBarLocation()
400 return mHandleViewController.getPhysicsAnimator(); in getStashedHandlePhysicsAnimator()
[all …]