Searched refs:valuesByParent (Results 1 – 1 of 1) sorted by relevance
1059 SparseArray<AutofillValue> valuesByParent = virtualValues.get(view); in autofill() local1060 if (valuesByParent == null) { in autofill()1062 valuesByParent = new SparseArray<>(5); in autofill()1063 virtualValues.put(view, valuesByParent); in autofill()1065 valuesByParent.put(id.getVirtualChildId(), value); in autofill()