Home
last modified time | relevance | path

Searched refs:mInvocationHandler (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java130 public final InvocationHandler mInvocationHandler; field in AbstractAccessibilityServiceConnection
275 mInvocationHandler = new InvocationHandler(mainHandler.getLooper()); in AbstractAccessibilityServiceConnection()
1119 mInvocationHandler.setMagnificationCallbackEnabled(displayId, enabled); in setMagnificationCallbackEnabled()
1123 return mInvocationHandler.isMagnificationCallbackEnabled(displayId); in isMagnificationCallbackEnabled()
1131 mInvocationHandler.setSoftKeyboardCallbackEnabled(enabled); in setSoftKeyboardCallbackEnabled()
1512 mInvocationHandler.obtainMessage(InvocationHandler.MSG_ON_GESTURE, in notifyGesture()
1517 mInvocationHandler.sendEmptyMessage( in notifySystemActionsChangedLocked()
1522 mInvocationHandler.sendEmptyMessage( in notifyClearAccessibilityNodeInfoCache()
1528 mInvocationHandler in notifyMagnificationChangedLocked()
1533 mInvocationHandler.notifySoftKeyboardShowModeChangedLocked(showState); in notifySoftKeyboardShowModeChangedLocked()
[all …]