Home
last modified time | relevance | path

Searched refs:KeyPreviewChoreographer (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyPreviewChoreographer.java38 public final class KeyPreviewChoreographer { class
47 public KeyPreviewChoreographer(final KeyPreviewDrawParams params) { in KeyPreviewChoreographer() method in KeyPreviewChoreographer
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java47 import com.android.inputmethod.keyboard.internal.KeyPreviewChoreographer;
150 private final KeyPreviewChoreographer mKeyPreviewChoreographer;
235 mKeyPreviewChoreographer = new KeyPreviewChoreographer(mKeyPreviewDrawParams); in MainKeyboardView()