Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnn.java39 import jp.co.omronsoft.openwnn.KeyAction;
81 private List<KeyAction> KeyActionList = new ArrayList<KeyAction>();
164 KeyAction Keycodeinfo = new KeyAction(); in onKeyDown()
189 KeyAction Keycodeinfo = KeyActionList.get(i); in onKeyUp()
DKeyAction.java18 public class KeyAction { class