Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DStackAnimationController.java198 public void springStack(float destinationX, float destinationY) { in springStack() argument
211 destinationY); in springStack()
386 float destinationY = Float.MIN_VALUE;
392 destinationY = maxBubbleY;
396 destinationY = mPreImeY;
401 if (destinationY > Float.MIN_VALUE) {
407 destinationY);