Searched refs:InvocationHandler (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/hardware/camera2/utils/
H A DDecorator.java13 public class Decorator<T> implements InvocationHandler {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1954 public InvocationHandler mInvocationHandler = new InvocationHandler(
2718 mInvocationHandler.obtainMessage(InvocationHandler.MSG_ON_GESTURE,
2723 mInvocationHandler.obtainMessage(InvocationHandler.MSG_ON_KEY_EVENT,
2729 InvocationHandler.MSG_CLEAR_ACCESSIBILITY_CACHE);
2866 private final class InvocationHandler extends Handler { class in class:AccessibilityManagerService.Service
2872 public InvocationHandler(Looper looper) { method in class:AccessibilityManagerService.Service.InvocationHandler
2926 InvocationHandler.MSG_ON_KEY_EVENT_TIMEOUT, pendingEvent);
2944 InvocationHandler.MSG_ON_KEY_EVENT_TIMEOUT,
3015 mInvocationHandler.removeMessages(InvocationHandler
[all...]
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DDynamicProxy.java19 import java.lang.reflect.InvocationHandler;
48 InvocationHandler invoke = new InvocationHandler() {

Completed in 111 milliseconds