Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetActivityTest.java247 if (s.getListeners() != null) {
248 assertFalse(s.getListeners().contains(listener));
251 assertTrue(s.getListeners().contains(listener));
284 if (s.getListeners() != null) {
285 assertFalse(s.getListeners().contains(listener));
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/
H A DLocationBasedCountryDetectorTest.java112 public Map<String, LocationListener> getListeners() { in getListeners() method in LocationBasedCountryDetectorTest.TestCountryDetector
197 Map<String, LocationListener> listeners = detector.getListeners(); in testFindingCountryCommon()
/aosp14/frameworks/base/core/java/android/animation/
H A DAnimator.java340 public ArrayList<AnimatorListener> getListeners() { in getListeners() method in Animator
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimatorTest.java228 assertTrue(animator.getListeners().contains(mFinishListener)); in testUsingListener()
/aosp14/frameworks/base/graphics/java/android/graphics/animation/
H A DRenderNodeAnimator.java388 ArrayList<AnimatorListener> listeners = getListeners(); in cloneListeners()
/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/boot/
H A Dboot-image-profile.txt160 HSPLandroid/animation/Animator;->getListeners()Ljava/util/ArrayList;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt160 HSPLandroid/animation/Animator;->getListeners()Ljava/util/ArrayList;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt3851 method public java.util.ArrayList<android.animation.Animator.AnimatorListener> getListeners();