Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
H A DDisableSubpixelTextTransitionListenerTest.kt35 DisableSubpixelTextTransitionListener
53 disableSubpixelTextTransitionListener = DisableSubpixelTextTransitionListener(rootView)
62 disableSubpixelTextTransitionListener = DisableSubpixelTextTransitionListener(rootView)
71 disableSubpixelTextTransitionListener = DisableSubpixelTextTransitionListener(rootView)
81 disableSubpixelTextTransitionListener = DisableSubpixelTextTransitionListener(rootView)
91 disableSubpixelTextTransitionListener = DisableSubpixelTextTransitionListener(null)
100 disableSubpixelTextTransitionListener = DisableSubpixelTextTransitionListener(rootView)
111 disableSubpixelTextTransitionListener = DisableSubpixelTextTransitionListener(rootView)
124 DisableSubpixelTextTransitionListener(rootViewWithNoTextView)
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/animation/
H A DDisableSubpixelTextTransitionListener.kt30 class DisableSubpixelTextTransitionListener(private val rootView: ViewGroup?) : regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java57 import com.android.systemui.shared.animation.DisableSubpixelTextTransitionListener;
133 private DisableSubpixelTextTransitionListener mDisableSubpixelTextTransitionListener;
206 mDisableSubpixelTextTransitionListener = new DisableSubpixelTextTransitionListener(mView); in NotificationShadeWindowViewController()