Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java290 int previewLayout = 0; in KeyboardView() local
306 previewLayout = a.getResourceId(attr, 0); in KeyboardView()
346 if (previewLayout != 0) { in KeyboardView()
347 mPreviewText = (TextView) inflate.inflate(previewLayout, null); in KeyboardView()