Home
last modified time | relevance | path

Searched refs:ExitAnimationActivityReceiver (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/
DExitAnimationActivity.java50 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 …]
DComponents.java41 public interface ExitAnimationActivityReceiver { interface in Components
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowUntrustedTouchTest.java614 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()