Searched defs:theEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java5453 DispatchState(KeyEvent theEvent, WindowState theFocus) { argument
5455 event = theEvent;
5485 public void recordDispatchState(KeyEvent theEvent, WindowState theFocus) { argument
5486 mDispatchState = new DispatchState(theEvent, theFocus);

Completed in 144 milliseconds