Searched defs:checkFocused (Results 1 – 2 of 2) sorted by relevance
26 private final boolean checkFocused; field in KeyAction28 protected KeyAction(long timeoutMillis, boolean checkFocused) { in KeyAction()
63 public SingleKeyAction(int keyCode, int metaState, long timeoutMillis, boolean checkFocused) { in SingleKeyAction()