Searched defs:mMiniKeyboard (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java154 private KeyboardView mMiniKeyboard; field in class:KeyboardView
1072 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(R.id.keyboardView);
1075 mMiniKeyboard.setOnKeyboardActionListener(new OnKeyboardActionListener() {
1107 mMiniKeyboard.setKeyboard(keyboard);
1108 mMiniKeyboard.setPopupParent(this);
1115 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(R.id.keyboardView);
1127 mMiniKeyboard.setPopupOffset(x < 0 ? 0 : x, y);
1128 mMiniKeyboard.setShifted(isShifted());

Completed in 43 milliseconds