Searched refs:valuesByParent (Results 1 – 1 of 1) sorted by relevance
2269 SparseArray<AutofillValue> valuesByParent = virtualValues.get(view); in autofill() local2270 if (valuesByParent == null) { in autofill()2272 valuesByParent = new SparseArray<>(5); in autofill()2273 virtualValues.put(view, valuesByParent); in autofill()2275 valuesByParent.put(id.getVirtualChildIntId(), value); in autofill()