Searched refs:mContentCaptureEvents (Results 1 – 2 of 2) sorted by relevance
4311 if (mAttachInfo.mContentCaptureEvents != null) { in performTraversals()4538 mAttachInfo.mContentCaptureEvents = null; in notifyContentCaptureEvents()4543 if (manager != null && mAttachInfo.mContentCaptureEvents != null) { in notifyContentCaptureEvents()4545 session.notifyContentCaptureEvents(mAttachInfo.mContentCaptureEvents); in notifyContentCaptureEvents()4547 mAttachInfo.mContentCaptureEvents = null; in notifyContentCaptureEvents()
32112 SparseArray<ArrayList<Object>> mContentCaptureEvents; field in View.AttachInfo32229 if (mContentCaptureEvents == null) { in ensureEvents()32231 mContentCaptureEvents = new SparseArray<>(1); in ensureEvents()32235 ArrayList<Object> events = mContentCaptureEvents.get(sessionId); in ensureEvents()32238 mContentCaptureEvents.put(sessionId, events); in ensureEvents()