Home | History | Annotate | Download | only in openwnn

Lines Matching refs:onLongPress

126         boolean onLongPress(Keyboard.Key key);
1046 boolean result = onLongPress(popupKey);
1061 protected boolean onLongPress(Key popupKey) {
1062 if (mKeyboardActionListener.onLongPress(popupKey)) {
1096 public boolean onLongPress(Keyboard.Key key) {