Searched refs:valuesByParent (Results 1 – 1 of 1) sorted by relevance
2144 SparseArray<AutofillValue> valuesByParent = virtualValues.get(view); in autofill() local2145 if (valuesByParent == null) { in autofill()2147 valuesByParent = new SparseArray<>(5); in autofill()2148 virtualValues.put(view, valuesByParent); in autofill()2150 valuesByParent.put(id.getVirtualChildIntId(), value); in autofill()