HomeSort by relevance Sort by last modified time
    Searched defs: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 264 private static void cancelAndStartAnimators(final ObjectAnimator animatorToCancel,
266 if (animatorToCancel == null || animatorToStart == null) {
271 if (animatorToCancel.isStarted()) {
272 animatorToCancel.cancel();
273 startFraction = 1.0f - animatorToCancel.getAnimatedFraction();
    [all...]

Completed in 46 milliseconds