Searched refs:KeyAction (Results 1 – 2 of 2) sorted by relevance
39 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()
18 public class KeyAction { class