Home
last modified time | relevance | path

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

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