Searched refs:mShowUpAnimator (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyPreviewChoreographer.java184 private final Animator mShowUpAnimator; field in class:KeyPreviewChoreographer.KeyPreviewAnimators
188 mShowUpAnimator = showUpAnimator;
193 mShowUpAnimator.start();
197 if (mShowUpAnimator.isRunning()) {
198 mShowUpAnimator.addListener(this);

Completed in 54 milliseconds