Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java889 int oldKeyIndex = mCurrentKeyIndex; in showPreview() local
894 if (oldKeyIndex != mCurrentKeyIndex) { in showPreview()
895 if (oldKeyIndex != NOT_A_KEY && keys.length > oldKeyIndex) { in showPreview()
896 keys[oldKeyIndex].onReleased(mCurrentKeyIndex == NOT_A_KEY); in showPreview()
897 invalidateKey(oldKeyIndex); in showPreview()
904 if (oldKeyIndex != mCurrentKeyIndex && mShowPreview && isParentPreviewEnabled()) { in showPreview()