Home
last modified time | relevance | path

Searched refs:setDropInputForAnimation (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppTransitionControllerTest.java1093 verify(activity0).setDropInputForAnimation(true); in testOverrideTaskFragmentAdapter_inputProtectedForUntrustedAnimation()
1094 verify(activity1).setDropInputForAnimation(true); in testOverrideTaskFragmentAdapter_inputProtectedForUntrustedAnimation()
1095 verify(activity2).setDropInputForAnimation(true); in testOverrideTaskFragmentAdapter_inputProtectedForUntrustedAnimation()
1106 verify(activity0).setDropInputForAnimation(false); in testOverrideTaskFragmentAdapter_inputProtectedForUntrustedAnimation()
1107 verify(activity1).setDropInputForAnimation(false); in testOverrideTaskFragmentAdapter_inputProtectedForUntrustedAnimation()
1108 verify(activity2).setDropInputForAnimation(false); in testOverrideTaskFragmentAdapter_inputProtectedForUntrustedAnimation()
1144 verify(activity).setDropInputForAnimation(true); in testOverrideTaskFragmentAdapter_inputProtectedForTrustedAnimation()
1151 verify(activity).setDropInputForAnimation(false); in testOverrideTaskFragmentAdapter_inputProtectedForTrustedAnimation()
1186 verify(activity, never()).setDropInputForAnimation(true); in testOverrideTaskFragmentAdapter_noInputProtectedForFullyTrustedAnimation()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRemoteAnimationController.java356 activity -> activity.setDropInputForAnimation(false);
H A DAppTransitionController.java778 activity -> activity.setDropInputForAnimation(true); in overrideWithTaskFragmentRemoteAnimation()
H A DActivityRecord.java1670 void setDropInputForAnimation(boolean isInputDroppedForAnimation) { in setDropInputForAnimation() method in ActivityRecord