Searched refs:FLAG_DELIVER_POST_IME (Results 1 – 2 of 2) sorted by relevance
5388 enqueueInputEvent(event, null, QueuedInputEvent.FLAG_DELIVER_POST_IME, true); in handleMessageImpl()8346 public static final int FLAG_DELIVER_POST_IME = 1 << 0; field in TrackballAxis.QueuedInputEvent8361 if ((mFlags & FLAG_DELIVER_POST_IME) != 0) { in shouldSkipIme()8381 hasPrevious = flagToString("DELIVER_POST_IME", FLAG_DELIVER_POST_IME, hasPrevious, sb); in toString()
67756 Landroid/view/ViewRootImpl$QueuedInputEvent;->FLAG_DELIVER_POST_IME:I