Home
last modified time | relevance | path

Searched refs:getOutAnimation (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/toast/
H A DToastUITest.java252 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 …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DSystemUIToast.java152 public Animator getOutAnimation() { in getOutAnimation() method in SystemUIToast
160 return getInAnimation() != null || getOutAnimation() != null; in hasCustomAnimation()
238 if (isPluginToast() && mPluginToast.getOutAnimation() != null) { in createOutAnimator()
239 return mPluginToast.getOutAnimation(); in createOutAnimator()
H A DToastUI.java172 if (mToast.getOutAnimation() != null) { in hideCurrentToast()
173 Animator animator = mToast.getOutAnimation(); in hideCurrentToast()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DToastPlugin.java103 default Animator getOutAnimation() { in getOutAnimation() method
/aosp14/frameworks/base/core/java/android/widget/
H A DViewAnimator.java301 public Animation getOutAnimation() { in getOutAnimation() method in ViewAnimator
H A DAdapterViewAnimator.java897 public ObjectAnimator getOutAnimation() { in getOutAnimation() method in AdapterViewAnimator
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java1406 Animator outAnimator = systemUIToast.getOutAnimation();
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt58062 method public android.animation.ObjectAnimator getOutAnimation();
60684 method public android.view.animation.Animation getOutAnimation();