Searched refs:childRef (Results 1 – 1 of 1) sorted by relevance
245 final AtomicReference<TextView> childRef = new AtomicReference<>(); in testAddAndRemoveNoImportantChild() local259 final TextView child = childRef.get(); in testAddAndRemoveNoImportantChild()283 final AtomicReference<TextView> childRef = new AtomicReference<>(); in testAddAndRemoveImportantChild() local288 childRef.set(text); in testAddAndRemoveImportantChild()296 final TextView child = childRef.get(); in testAddAndRemoveImportantChild()