Home
last modified time | relevance | path

Searched refs:childrenTextViews (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/animation/
DDisableSubpixelTextTransitionListener.kt32 private val childrenTextViews: MutableList<WeakReference<TextView>> = mutableListOf() in <lambda>() constant in com.android.systemui.shared.animation.DisableSubpixelTextTransitionListener
39 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>()