Searched refs:getOutAnimation (Results 1 – 10 of 10) sorted by relevance
252 if (toast.getOutAnimation() != null) { in testHideToast_removesView()253 assertThat(toast.getOutAnimation().isRunning()).isTrue(); in testHideToast_removesView()254 toast.getOutAnimation().cancel(); // if applicable, try to finish anim early in testHideToast_removesView()268 if (toast.getOutAnimation() != null) { in testHideToast_finishesToken()269 assertThat(toast.getOutAnimation().isRunning()).isTrue(); in testHideToast_finishesToken()270 toast.getOutAnimation().cancel(); // if applicable, try to finish anim early in testHideToast_finishesToken()284 if (toast.getOutAnimation() != null) { in testHideToast_callsCallback()285 assertThat(toast.getOutAnimation().isRunning()).isTrue(); in testHideToast_callsCallback()286 toast.getOutAnimation().cancel(); in testHideToast_callsCallback()301 if (toast.getOutAnimation() != null) { in testHideToast_whenNotCurrentToastToken_doesNotHideToast()[all …]
152 public Animator getOutAnimation() { in getOutAnimation() method in SystemUIToast160 return getInAnimation() != null || getOutAnimation() != null; in hasCustomAnimation()238 if (isPluginToast() && mPluginToast.getOutAnimation() != null) { in createOutAnimator()239 return mPluginToast.getOutAnimation(); in createOutAnimator()
176 if (mToast.getOutAnimation() != null) { in hideCurrentToast()177 Animator animator = mToast.getOutAnimation(); in hideCurrentToast()
103 default Animator getOutAnimation() { in getOutAnimation() method
301 public Animation getOutAnimation() { in getOutAnimation() method in ViewAnimator
897 public ObjectAnimator getOutAnimation() { in getOutAnimation() method in AdapterViewAnimator
1459 Animator outAnimator = systemUIToast.getOutAnimation();
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
36872 method public android.animation.ObjectAnimator getOutAnimation();39113 method public android.view.animation.Animation getOutAnimation();
58691 method public android.animation.ObjectAnimator getOutAnimation();61339 method public android.view.animation.Animation getOutAnimation();