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