Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java298 final ObjectAnimator animatorToStart) { in cancelAndStartAnimators() argument
299 if (animatorToCancel == null || animatorToStart == null) { in cancelAndStartAnimators()
308 final long startTime = (long)(animatorToStart.getDuration() * startFraction); in cancelAndStartAnimators()
309 animatorToStart.start(); in cancelAndStartAnimators()
310 animatorToStart.setCurrentPlayTime(startTime); in cancelAndStartAnimators()