Home | History | Annotate | Download | only in accessibility

Lines Matching defs:sourceId

162                         final long sourceId = event.getSourceNodeId();
165 clearSubTreeLocked(windowId, sourceId);
167 refreshCachedNodeLocked(windowId, sourceId);
188 private void refreshCachedNodeLocked(int windowId, long sourceId) {
197 AccessibilityNodeInfo cachedInfo = nodes.get(sourceId);
207 clearSubTreeLocked(windowId, sourceId);
298 final long sourceId = info.getSourceNodeId();
299 AccessibilityNodeInfo oldInfo = nodes.get(sourceId);
309 if (nodes.get(sourceId) == null) {
337 nodes.put(sourceId, clone);
339 mAccessibilityFocus = sourceId;
342 mInputFocus = sourceId;