Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java256 return mFlyoutDragDeltaX;
270 private float mFlyoutDragDeltaX = 0f; field in BubbleStackView
278 if (mFlyoutDragDeltaX == 0) {
1051 mFlyoutDragDeltaX = deltaX; in onFlyoutDragged()
1283 .setStartValue(mFlyoutDragDeltaX) in animateFlyoutCollapsed()
1360 mFlyoutDragDeltaX = 0f; in animateInFlyoutForBubble()