Home
last modified time | relevance | path

Searched refs:mTestSetOfAnimatorsUsed (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java784 mNotificationPanelViewController.mTestSetOfAnimatorsUsed = new HashSet<>(); in setup()
851 leakedAnimators = mNotificationPanelViewController.mTestSetOfAnimatorsUsed.stream() in tearDown()
853 mNotificationPanelViewController.mTestSetOfAnimatorsUsed.forEach(Animator::cancel); in tearDown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java454 Set<Animator> mTestSetOfAnimatorsUsed; field in NotificationPanelViewController
4212 if (mTestSetOfAnimatorsUsed != null && animator != null) {
4213 mTestSetOfAnimatorsUsed.add(animator);