Searched refs:mPreImeY (Results 1 – 1 of 1) sorted by relevance
111 private float mPreImeY = Float.MIN_VALUE; field in StackAnimationController173 mPreImeY = Float.MIN_VALUE; in moveFirstBubbleWithStackFollowing()411 if (mStackPosition.y > maxBubbleY && mPreImeY == Float.MIN_VALUE) {412 mPreImeY = mStackPosition.y;416 if (mPreImeY > Float.MIN_VALUE) {417 destinationY = mPreImeY;418 mPreImeY = Float.MIN_VALUE;