Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java297 private static void cancelAndStartAnimators(final ObjectAnimator animatorToCancel, in cancelAndStartAnimators() argument
299 if (animatorToCancel == null || animatorToStart == null) { in cancelAndStartAnimators()
304 if (animatorToCancel.isStarted()) { in cancelAndStartAnimators()
305 animatorToCancel.cancel(); in cancelAndStartAnimators()
306 startFraction = 1.0f - animatorToCancel.getAnimatedFraction(); in cancelAndStartAnimators()