Searched defs:animatorToCancel (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java293 private static void cancelAndStartAnimators(final ObjectAnimator animatorToCancel, argument
295 if (animatorToCancel == null || animatorToStart == null) {
300 if (animatorToCancel.isStarted()) {
301 animatorToCancel.cancel();
302 startFraction = 1.0f - animatorToCancel.getAnimatedFraction();

Completed in 80 milliseconds