Searched refs:FLAG_INTERACTIVE (Results 1 – 2 of 2) sorted by relevance
87 public final static int FLAG_INTERACTIVE = 0x20000000; field
4868 final boolean interactive = (policyFlags & FLAG_INTERACTIVE) != 0; in interceptKeyBeforeQueueing()