Searched refs:FLAG_DELIVER_POST_IME (Results 1 – 1 of 1) sorted by relevance
3647 enqueueInputEvent(event, null, QueuedInputEvent.FLAG_DELIVER_POST_IME, true); in handleMessage()6029 public static final int FLAG_DELIVER_POST_IME = 1 << 0; field in ViewRootImpl.QueuedInputEvent6043 if ((mFlags & FLAG_DELIVER_POST_IME) != 0) { in shouldSkipIme()6062 hasPrevious = flagToString("DELIVER_POST_IME", FLAG_DELIVER_POST_IME, hasPrevious, sb); in toString()