HomeSort by relevance Sort by last modified time
    Searched refs:animatorToCancel (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 334 private static void cancelAndStartAnimators(final ObjectAnimator animatorToCancel,
336 if (animatorToCancel == null || animatorToStart == null) {
341 if (animatorToCancel.isStarted()) {
342 animatorToCancel.cancel();
343 startFraction = 1.0f - animatorToCancel.getAnimatedFraction();
    [all...]

Completed in 44 milliseconds