Searched refs:mPendingNonAppAnimations (Results 1 – 2 of 2) sorted by relevance
73 final ArrayList<NonAppWindowAnimationAdapter> mPendingNonAppAnimations = new ArrayList<>(); field in RemoteAnimationController299 mPendingNonAppAnimations);338 for (int i = mPendingNonAppAnimations.size() - 1; i >= 0; i--) {339 final NonAppWindowAnimationAdapter adapter = mPendingNonAppAnimations.get(i);342 mPendingNonAppAnimations.remove(i);
686 assertEquals(1, mController.mPendingNonAppAnimations.size()); in testNonAppTarget_sendNavBar()688 mController.mPendingNonAppAnimations.get(0); in testNonAppTarget_sendNavBar()