Home
last modified time | relevance | path

Searched defs:childTextView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/animation/
DDisableSubpixelTextTransitionListener.kt43 val childTextView = child.get() ?: return@forEach in <lambda>() constant
55 val childTextView = child.get() ?: return@forEach in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
DDisableSubpixelTextTransitionListenerTest.kt40 private var childTextView = TextView(context) variable in com.android.systemui.shared.animation.DisableSubpixelTextTransitionListenerTest