Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java151 public final InvocationHandler mInvocationHandler; field in AbstractAccessibilityServiceConnection
343 mInvocationHandler = new InvocationHandler(mainHandler.getLooper()); in AbstractAccessibilityServiceConnection()
1296 mInvocationHandler.setSoftKeyboardCallbackEnabled(enabled); in setSoftKeyboardCallbackEnabled()
1729 mInvocationHandler.obtainMessage(InvocationHandler.MSG_ON_GESTURE, in notifyGesture()
1734 mInvocationHandler.sendEmptyMessage( in notifySystemActionsChangedLocked()
1739 mInvocationHandler.sendEmptyMessage( in notifyClearAccessibilityNodeInfoCache()
1745 mInvocationHandler in notifyMagnificationChangedLocked()
1762 mInvocationHandler.createImeSessionLocked(); in createImeSessionLocked()
1767 mInvocationHandler.setImeSessionEnabledLocked(session, enabled); in setImeSessionEnabledLocked()
1771 mInvocationHandler.bindInputLocked(); in bindInputLocked()
[all …]