Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleOverflowTest.java52 private BubbleStackView mBubbleStackView; field in BubbleOverflowTest
62 when(mBubbleController.getStackView()).thenReturn(mBubbleStackView); in setUp()
71 mOverflow.initialize(mExpandedViewManager, mBubbleStackView, mPositioner); in test_initialize_forStack()
88 mOverflow.initialize(mExpandedViewManager, mBubbleStackView, mPositioner); in test_cleanUpExpandedState()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java142 private BubbleStackView mBubbleStackView; field in ExpandedAnimationController
160 mBubbleStackView = stackView; in ExpandedAnimationController()
276 final PointF p = mPositioner.getExpandedBubbleXY(index, mBubbleStackView.getState()); in startOrUpdatePathAnimation()
469 final PointF p = mPositioner.getExpandedBubbleXY(index, mBubbleStackView.getState());
553 final PointF p = mPositioner.getExpandedBubbleXY(index, mBubbleStackView.getState()); in onChildAdded()
643 final PointF p = mPositioner.getExpandedBubbleXY(i, mBubbleStackView.getState()); in updateBubblePositions()