Searched refs:getOutAnimation (Results 1 – 9 of 9) sorted by relevance
252 if (toast.getOutAnimation() != null) { in testHideToast_removesView()253 assertThat(toast.getOutAnimation().isRunning()).isTrue(); in testHideToast_removesView()268 if (toast.getOutAnimation() != null) { in testHideToast_finishesToken()269 assertThat(toast.getOutAnimation().isRunning()).isTrue(); 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()317 if (toast.getOutAnimation() != null) { in testHideToast_whenNotCurrentToastPackage_doesNotHideToast()334 if (toast.getOutAnimation() != null) { in testShowToast_afterShowToast_hidesCurrentToast()[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()
172 if (mToast.getOutAnimation() != null) { in hideCurrentToast()173 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
1406 Animator outAnimator = systemUIToast.getOutAnimation();
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
58062 method public android.animation.ObjectAnimator getOutAnimation();60684 method public android.view.animation.Animation getOutAnimation();