Searched refs:KeyPreviewAnimators (Results 1 – 1 of 1) sorted by relevance
81 if (tag instanceof KeyPreviewAnimators) { in dismissKeyPreview()82 final KeyPreviewAnimators animators = (KeyPreviewAnimators)tag; in dismissKeyPreview()155 final KeyPreviewAnimators animators = new KeyPreviewAnimators( in showKeyPreview()183 private static class KeyPreviewAnimators extends AnimatorListenerAdapter { class in KeyPreviewChoreographer187 public KeyPreviewAnimators(final Animator showUpAnimator, final Animator dismissAnimator) { in KeyPreviewAnimators() method in KeyPreviewChoreographer.KeyPreviewAnimators