Searched refs:getOutAnimation (Results 1 – 12 of 12) sorted by relevance
246 if (toast.getOutAnimation() != null) { in testHideToast_removesView()247 assertThat(toast.getOutAnimation().isRunning()).isTrue(); in testHideToast_removesView()262 if (toast.getOutAnimation() != null) { in testHideToast_finishesToken()263 assertThat(toast.getOutAnimation().isRunning()).isTrue(); in testHideToast_finishesToken()278 if (toast.getOutAnimation() != null) { in testHideToast_callsCallback()279 assertThat(toast.getOutAnimation().isRunning()).isTrue(); in testHideToast_callsCallback()280 toast.getOutAnimation().cancel(); in testHideToast_callsCallback()295 if (toast.getOutAnimation() != null) { in testHideToast_whenNotCurrentToastToken_doesNotHideToast()311 if (toast.getOutAnimation() != null) { in testHideToast_whenNotCurrentToastPackage_doesNotHideToast()328 if (toast.getOutAnimation() != null) { in testShowToast_afterShowToast_hidesCurrentToast()[all …]
156 public Animator getOutAnimation() { in getOutAnimation() method in SystemUIToast164 return getInAnimation() != null || getOutAnimation() != null; in hasCustomAnimation()242 if (isPluginToast() && mPluginToast.getOutAnimation() != null) { in createOutAnimator()243 return mPluginToast.getOutAnimation(); in createOutAnimator()
158 if (mToast.getOutAnimation() != null) { in hideCurrentToast()159 Animator animator = mToast.getOutAnimation(); in hideCurrentToast()
103 default Animator getOutAnimation() { in getOutAnimation() method
301 public Animation getOutAnimation() { in getOutAnimation() method in ViewAnimator
892 public ObjectAnimator getOutAnimation() { in getOutAnimation() method in AdapterViewAnimator
499 Animator outAnimator = systemUIToast.getOutAnimation(); in makeOverlayToast()
1149 Animator outAnimator = systemUIToast.getOutAnimation();
3274 Animation out = mViewSwitcher.getOutAnimation(); in cancelAnimation()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
54186 method public android.animation.ObjectAnimator getOutAnimation();56789 method public android.view.animation.Animation getOutAnimation();
36872 method public android.animation.ObjectAnimator getOutAnimation();39113 method public android.view.animation.Animation getOutAnimation();