Searched refs:childrenTextViews (Results 1 – 1 of 1) sorted by relevance
32 private val childrenTextViews: MutableList<WeakReference<TextView>> = mutableListOf() in <lambda>() constant in com.android.systemui.shared.animation.DisableSubpixelTextTransitionListener39 getAllChildTextView(rootView, childrenTextViews) in <lambda>()42 childrenTextViews.forEach { child -> in <lambda>()54 childrenTextViews.forEach { child -> in <lambda>()59 childrenTextViews.clear() in <lambda>()71 childrenTextViews: MutableList<WeakReference<TextView>> in <lambda>()75 is ViewGroup -> getAllChildTextView(child, childrenTextViews) in <lambda>()78 childrenTextViews.add(WeakReference(child)) in <lambda>()