Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
DDisableSubpixelTextTransitionListenerTest.kt35 DisableSubpixelTextTransitionListener
53 disableSubpixelTextTransitionListener = DisableSubpixelTextTransitionListener(rootView) in onTransitionStarted_addsSubpixelFlagToChildTextView()
62 disableSubpixelTextTransitionListener = DisableSubpixelTextTransitionListener(rootView) in onTransitionStarted_addsSupbixelFlagToChildOfChildTextView()
71 disableSubpixelTextTransitionListener = DisableSubpixelTextTransitionListener(rootView) in onTransitionFinished_removeSupbixelFlagFromChildTextView()
81 disableSubpixelTextTransitionListener = DisableSubpixelTextTransitionListener(rootView) in onTransitionFinished_removeSupbixelFlagFromChildOfChildTextView()
91 disableSubpixelTextTransitionListener = DisableSubpixelTextTransitionListener(null) in whenRootViewIsNull_runWithoutExceptions()
100 disableSubpixelTextTransitionListener = DisableSubpixelTextTransitionListener(rootView) in whenFlagAlreadyPresent_flagNotRemovedOnTransitionFinished()
111 disableSubpixelTextTransitionListener = DisableSubpixelTextTransitionListener(rootView) in whenFlagNotPresent_flagRemovedOnTransitionFinished()
124 DisableSubpixelTextTransitionListener(rootViewWithNoTextView) in whenRootViewHasNoChildTextView_flagNotAddedToRelatedTextviews()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/animation/
DDisableSubpixelTextTransitionListener.kt30 class DisableSubpixelTextTransitionListener(private val rootView: ViewGroup?) : in <lambda>() class
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java59 import com.android.systemui.shared.animation.DisableSubpixelTextTransitionListener;
150 private DisableSubpixelTextTransitionListener mDisableSubpixelTextTransitionListener;
229 mDisableSubpixelTextTransitionListener = new DisableSubpixelTextTransitionListener(mView); in NotificationShadeWindowViewController()