Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/animation/
DDisableSubpixelTextTransitionListener.kt39 getAllChildTextView(rootView, childrenTextViews) in <lambda>()
69 private fun getAllChildTextView( in <lambda>() method in com.android.systemui.shared.animation.DisableSubpixelTextTransitionListener
75 is ViewGroup -> getAllChildTextView(child, childrenTextViews) in <lambda>()