Searched refs:childRef (Results 1 – 2 of 2) sorted by relevance
75 final AtomicReference<TextView> childRef = new AtomicReference<>(); in testAddAndRemoveNoImportantChild() local81 childRef.set(child); in testAddAndRemoveNoImportantChild()90 final TextView child = childRef.get(); in testAddAndRemoveNoImportantChild()119 final AtomicReference<TextView> childRef = new AtomicReference<>(); in testAddAndRemoveImportantChild() local123 childRef.set(text); in testAddAndRemoveImportantChild()132 final TextView child = childRef.get(); in testAddAndRemoveImportantChild()164 final AtomicReference<TextView> childRef = new AtomicReference<>(); in testAddImportantChildAfterSessionStarted() local175 childRef.set(child); in testAddImportantChildAfterSessionStarted()182 final TextView child = childRef.get(); in testAddImportantChildAfterSessionStarted()
245 final AtomicReference<TextView> childRef = new AtomicReference<>(); in testAddAndRemoveNoImportantChild() local253 childRef.set(child); in testAddAndRemoveNoImportantChild()260 final TextView child = childRef.get(); in testAddAndRemoveNoImportantChild()284 final AtomicReference<TextView> childRef = new AtomicReference<>(); in testAddAndRemoveImportantChild() local289 childRef.set(text); in testAddAndRemoveImportantChild()297 final TextView child = childRef.get(); in testAddAndRemoveImportantChild()