Searched refs:mKeyboardChanged (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java246 private boolean mKeyboardChanged; field in class:KeyboardView
475 mKeyboardChanged = true;
667 if (mDrawPending || mBuffer == null || mKeyboardChanged) {
675 if (isBufferNull || mKeyboardChanged) {
676 if (isBufferNull || mKeyboardChanged &&
684 mKeyboardChanged = false;

Completed in 20 milliseconds