Searched refs:META_ALT_LOCK (Results 1 – 2 of 2) sorted by relevance
49 public final static int META_ALT_LOCK = 0x08; field in TerminalKeyListener57 public final static int META_ALT_MASK = META_ALT_ON | META_ALT_LOCK;
192 } else if ((metaState & TerminalKeyListener.META_ALT_LOCK) != 0) { in onDraw()