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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java123 * @param popupKey the key that was long pressed
1045 Key popupKey = mKeys[mCurrentKey];
1046 boolean result = onLongPress(popupKey);
1057 * @param popupKey the key that was long pressed
1061 protected boolean onLongPress(Key popupKey) { argument
1062 if (mKeyboardActionListener.onLongPress(popupKey)) {
1065 int popupKeyboardId = popupKey.popupResId;
1067 mMiniKeyboardContainer = mMiniKeyboardCache.get(popupKey);
1101 if (popupKey.popupCharacters != null) {
1103 popupKey
[all...]

Completed in 39 milliseconds