Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java106 private PointF mCollapsePoint; field in ExpandedAnimationController
193 mCollapsePoint = collapsePoint; in collapseBackToStack()
275 mLayout.isFirstChildXLeftOfCenter(mCollapsePoint.x) ? -1 : 1; in startOrUpdatePathAnimation()
276 final float stackedX = mCollapsePoint.x + (sideMultiplier * index * mStackOffsetPx); in startOrUpdatePathAnimation()
283 path.lineTo(stackedX, mCollapsePoint.y); in startOrUpdatePathAnimation()
295 || (!expanding && mLayout.isFirstChildXLeftOfCenter(mCollapsePoint.x)); in startOrUpdatePathAnimation()