Searched refs:ExitAnimationActivityReceiver (Results 1 – 3 of 3) sorted by relevance
50 new IntentFilter(Components.ExitAnimationActivityReceiver.ACTION_FINISH), in onStart()64 case Components.ExitAnimationActivityReceiver.ACTION_FINISH:66 Components.ExitAnimationActivityReceiver.EXTRA_ANIMATION,67 Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_EMPTY);82 case Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_EMPTY: in getEnterAnimationRes()83 case Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_0_7: in getEnterAnimationRes()84 case Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_0_9: in getEnterAnimationRes()86 case Components.ExitAnimationActivityReceiver.EXTRA_VALUE_LONG_ANIMATION_0_7: in getEnterAnimationRes()96 case Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_EMPTY: in getAnimationRes()98 case Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_0_7: in getAnimationRes()[all …]
41 public interface ExitAnimationActivityReceiver { interface in Components
614 Components.ExitAnimationActivityReceiver.EXTRA_VALUE_LONG_ANIMATION_0_7); in testLongExitAnimations_areLimited()666 Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_0_7); in testWhenExitAnimationBelowThreshold_allowsTouch()679 Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_0_9); in testWhenExitAnimationAboveThreshold_blocksTouch()692 Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_0_9); in testWhenExitAnimationAboveThresholdFromSameUid_allowsTouch()896 Intent intent = new Intent(Components.ExitAnimationActivityReceiver.ACTION_FINISH); in sendFinishToExitAnimationActivity()898 intent.putExtra(Components.ExitAnimationActivityReceiver.EXTRA_ANIMATION, exitAnimation); in sendFinishToExitAnimationActivity()