Searched refs:enqueueInputEvent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 3627 enqueueInputEvent(event, receiver, 0, true); in handleMessage() 3632 enqueueInputEvent(event, null, QueuedInputEvent.FLAG_UNHANDLED, true); in handleMessage() 3646 enqueueInputEvent(event, null, QueuedInputEvent.FLAG_DELIVER_POST_IME, true); in handleMessage() 4607 enqueueInputEvent(new KeyEvent(curTime, curTime, in process() 4615 enqueueInputEvent(new KeyEvent(curTime, curTime, in process() 4669 enqueueInputEvent(new KeyEvent(curTime, curTime, in process() 4679 enqueueInputEvent(new KeyEvent(curTime, curTime, in process() 4683 enqueueInputEvent(new KeyEvent(curTime, curTime, in process() 4899 enqueueInputEvent(e); 4948 enqueueInputEvent(new KeyEvent(time, time, [all …]
|