Searched refs:DisableSubpixelTextTransitionListener (Results 1 – 3 of 3) sorted by relevance
35 DisableSubpixelTextTransitionListener53 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()
30 class DisableSubpixelTextTransitionListener(private val rootView: ViewGroup?) : in <lambda>() class
59 import com.android.systemui.shared.animation.DisableSubpixelTextTransitionListener;150 private DisableSubpixelTextTransitionListener mDisableSubpixelTextTransitionListener;229 mDisableSubpixelTextTransitionListener = new DisableSubpixelTextTransitionListener(mView); in NotificationShadeWindowViewController()