Searched refs:setDropInputForAnimation (Results 1 – 4 of 4) sorted by relevance
1093 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()
356 activity -> activity.setDropInputForAnimation(false);
778 activity -> activity.setDropInputForAnimation(true); in overrideWithTaskFragmentRemoteAnimation()
1670 void setDropInputForAnimation(boolean isInputDroppedForAnimation) { in setDropInputForAnimation() method in ActivityRecord