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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java2118 && service.mInvocationHandler.mIsMagnificationCallbackEnabled) {
2698 public final InvocationHandler mInvocationHandler = new InvocationHandler( field in class:AccessibilityManagerService.Service
3589 mInvocationHandler.setMagnificationCallbackEnabled(enabled);
3624 mInvocationHandler.setSoftKeyboardCallbackEnabled(enabled);
3876 mInvocationHandler.obtainMessage(InvocationHandler.MSG_ON_GESTURE,
3881 mInvocationHandler.sendEmptyMessage(
3887 mInvocationHandler
3892 mInvocationHandler.notifySoftKeyboardShowModeChangedLocked(showState);
3896 mInvocationHandler.notifyAccessibilityButtonClickedLocked();
3900 mInvocationHandler
[all...]

Completed in 89 milliseconds