Searched refs:valuesByParent (Results 1 – 1 of 1) sorted by relevance
2134 SparseArray<AutofillValue> valuesByParent = virtualValues.get(view); in autofill() local2135 if (valuesByParent == null) { in autofill()2137 valuesByParent = new SparseArray<>(5); in autofill()2138 virtualValues.put(view, valuesByParent); in autofill()2140 valuesByParent.put(id.getVirtualChildIntId(), value); in autofill()