Searched refs:mInvocationHandler (Results 1 – 1 of 1) sorted by relevance
87 public final InvocationHandler mInvocationHandler; field in AbstractAccessibilityServiceConnection256 mInvocationHandler = new InvocationHandler(mainHandler.getLooper()); in AbstractAccessibilityServiceConnection()922 mInvocationHandler.setMagnificationCallbackEnabled(displayId, enabled); in setMagnificationCallbackEnabled()926 return mInvocationHandler.isMagnificationCallbackEnabled(displayId); in isMagnificationCallbackEnabled()931 mInvocationHandler.setSoftKeyboardCallbackEnabled(enabled); in setSoftKeyboardCallbackEnabled()1131 mInvocationHandler.obtainMessage(InvocationHandler.MSG_ON_GESTURE, in notifyGesture()1136 mInvocationHandler.sendEmptyMessage( in notifyClearAccessibilityNodeInfoCache()1142 mInvocationHandler in notifyMagnificationChangedLocked()1147 mInvocationHandler.notifySoftKeyboardShowModeChangedLocked(showState); in notifySoftKeyboardShowModeChangedLocked()1151 mInvocationHandler.notifyAccessibilityButtonClickedLocked(); in notifyAccessibilityButtonClickedLocked()[all …]