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

/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1754 public InvocationHandler mInvocationHandler = new InvocationHandler(
2369 mInvocationHandler.obtainMessage(InvocationHandler.MSG_ON_GESTURE,
2374 mInvocationHandler.obtainMessage(InvocationHandler.MSG_ON_KEY_EVENT,
2380 InvocationHandler.MSG_CLEAR_ACCESSIBILITY_NODE_INFO_CACHE);
2509 private final class InvocationHandler extends Handler { class in class:AccessibilityManagerService.Service
2516 public InvocationHandler(Looper looper) { method in class:AccessibilityManagerService.Service.InvocationHandler
2566 InvocationHandler.MSG_ON_KEY_EVENT_TIMEOUT, pendingEvent);
2584 InvocationHandler.MSG_ON_KEY_EVENT_TIMEOUT,
2655 mInvocationHandler.removeMessages(InvocationHandler
[all...]

Completed in 53 milliseconds