Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityCache.java279 final long oldChildId = oldInfo.getChildId(i); in add() local
281 if (newChildrenIds == null || newChildrenIds.indexOf(oldChildId) < 0) { in add()
282 clearSubTreeLocked(windowId, oldChildId); in add()