Searched refs:nonAppAdapter (Results 1 – 2 of 2) sorted by relevance
114 final NonAppWindowAnimationAdapter nonAppAdapter = new NonAppWindowAnimationAdapter( in startNonAppWindowAnimationsForKeyguardExit()116 adaptersOut.add(nonAppAdapter); in startNonAppWindowAnimationsForKeyguardExit()118 nonAppAdapter, false /* hidden */, ANIMATION_TYPE_WINDOW_ANIMATION); in startNonAppWindowAnimationsForKeyguardExit()119 targets.add(nonAppAdapter.createRemoteAnimationTarget()); in startNonAppWindowAnimationsForKeyguardExit()134 final NonAppWindowAnimationAdapter nonAppAdapter = new NonAppWindowAnimationAdapter( in startNavigationBarWindowAnimation() local136 adaptersOut.add(nonAppAdapter); in startNavigationBarWindowAnimation()138 nonAppAdapter, false /* hidden */, ANIMATION_TYPE_WINDOW_ANIMATION); in startNavigationBarWindowAnimation() local139 targets.add(nonAppAdapter.createRemoteAnimationTarget()); in startNavigationBarWindowAnimation()
687 final NonAppWindowAnimationAdapter nonAppAdapter = in testNonAppTarget_sendNavBar() local689 spyOn(nonAppAdapter.getLeashFinishedCallback()); in testNonAppTarget_sendNavBar()694 verify(nonAppAdapter.getLeashFinishedCallback()) in testNonAppTarget_sendNavBar()695 .onAnimationFinished(nonAppAdapter.getLastAnimationType(), nonAppAdapter); in testNonAppTarget_sendNavBar() local