Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/toast/
H A DToastUITest.java246 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 …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DSystemUIToast.java156 public Animator getOutAnimation() { in getOutAnimation() method in SystemUIToast
164 return getInAnimation() != null || getOutAnimation() != null; in hasCustomAnimation()
242 if (isPluginToast() && mPluginToast.getOutAnimation() != null) { in createOutAnimator()
243 return mPluginToast.getOutAnimation(); in createOutAnimator()
H A DToastUI.java158 if (mToast.getOutAnimation() != null) { in hideCurrentToast()
159 Animator animator = mToast.getOutAnimation(); in hideCurrentToast()
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DToastPlugin.java103 default Animator getOutAnimation() { in getOutAnimation() method
/aosp12/frameworks/base/core/java/android/widget/
H A DViewAnimator.java301 public Animation getOutAnimation() { in getOutAnimation() method in ViewAnimator
H A DAdapterViewAnimator.java892 public ObjectAnimator getOutAnimation() { in getOutAnimation() method in AdapterViewAnimator
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardViewController.java499 Animator outAnimator = systemUIToast.getOutAnimation(); in makeOverlayToast()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java1149 Animator outAnimator = systemUIToast.getOutAnimation();
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java3274 Animation out = mViewSwitcher.getOutAnimation(); in cancelAnimation()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt54186 method public android.animation.ObjectAnimator getOutAnimation();
56789 method public android.view.animation.Animation getOutAnimation();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt36872 method public android.animation.ObjectAnimator getOutAnimation();
39113 method public android.view.animation.Animation getOutAnimation();