Searched refs:mPreImeY (Results 1 – 1 of 1) sorted by relevance
104 private float mPreImeY = Float.MIN_VALUE; field in StackAnimationController164 mPreImeY = Float.MIN_VALUE; in moveFirstBubbleWithStackFollowing()390 if (mStackPosition.y > maxBubbleY && mPreImeY == Float.MIN_VALUE) {391 mPreImeY = mStackPosition.y;395 if (mPreImeY > Float.MIN_VALUE) {396 destinationY = mPreImeY;397 mPreImeY = Float.MIN_VALUE;