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()
63 case Components.ExitAnimationActivityReceiver.ACTION_FINISH:
65 Components.ExitAnimationActivityReceiver.EXTRA_ANIMATION,
66 Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_EMPTY);
81 case Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_EMPTY: in getEnterAnimationRes()
82 case Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_0_7: in getEnterAnimationRes()
83 case Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_0_9: in getEnterAnimationRes()
85 case Components.ExitAnimationActivityReceiver.EXTRA_VALUE_LONG_ANIMATION_0_7: in getEnterAnimationRes()
95 case Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_EMPTY: in getAnimationRes()
97 case Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_0_7: in getAnimationRes()
[all …]
DComponents.java40 public interface ExitAnimationActivityReceiver { interface in Components
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowUntrustedTouchTest.java694 Components.ExitAnimationActivityReceiver.EXTRA_VALUE_LONG_ANIMATION_0_7); in testLongExitAnimations_areLimited()
740 Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_0_7); in testWhenExitAnimationBelowThreshold_allowsTouch()
753 Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_0_9); in testWhenExitAnimationAboveThreshold_blocksTouch()
766 Components.ExitAnimationActivityReceiver.EXTRA_VALUE_ANIMATION_0_9); in testWhenExitAnimationAboveThresholdFromSameUid_allowsTouch()
962 Intent intent = new Intent(Components.ExitAnimationActivityReceiver.ACTION_FINISH); in sendFinishToExitAnimationActivity()
964 intent.putExtra(Components.ExitAnimationActivityReceiver.EXTRA_ANIMATION, exitAnimation); in sendFinishToExitAnimationActivity()