Searched refs:mPendingNonAppAnimations (Results 1 – 2 of 2) sorted by relevance
68 final ArrayList<NonAppWindowAnimationAdapter> mPendingNonAppAnimations = new ArrayList<>(); field in RemoteAnimationController241 mPendingNonAppAnimations);280 for (int i = mPendingNonAppAnimations.size() - 1; i >= 0; i--) {281 final NonAppWindowAnimationAdapter adapter = mPendingNonAppAnimations.get(i);284 mPendingNonAppAnimations.remove(i);
638 assertEquals(1, mController.mPendingNonAppAnimations.size()); in testNonAppTarget_sendNavBar()640 mController.mPendingNonAppAnimations.get(0); in testNonAppTarget_sendNavBar()