Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java301 int previewLayout = 0; in KeyboardView() local
350 if (previewLayout != 0) { in KeyboardView()
351 mPreviewText = (TextView) inflate.inflate(previewLayout, null); in KeyboardView()