Searched refs:META_CTRL_LOCK (Results 1 – 2 of 2) sorted by relevance
47 public final static int META_CTRL_LOCK = 0x02; field in TerminalKeyListener56 public final static int META_CTRL_MASK = META_CTRL_ON | META_CTRL_LOCK;
198 } else if ((metaState & TerminalKeyListener.META_CTRL_LOCK) != 0) { in onDraw()