Searched defs:mKeyPreviewChoreographer (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java150 private final KeyPreviewChoreographer mKeyPreviewChoreographer; field in class:MainKeyboardView
235 mKeyPreviewChoreographer = new KeyPreviewChoreographer(mKeyPreviewDrawParams);
487 mKeyPreviewChoreographer.placeAndShowKeyPreview(key, keyboard.mIconsSet, getKeyDrawParams(),
492 mKeyPreviewChoreographer.dismissKeyPreview(key, false /* withAnimation */);
512 mKeyPreviewChoreographer.dismissKeyPreview(key, true /* withAnimation */);

Completed in 45 milliseconds