Searched refs:setDropInputMode (Results 1 – 9 of 9) sorted by relevance
1096 verify(activity0).setDropInputMode(DropInputMode.ALL); in testOverrideTaskFragmentAdapter_inputProtectedForUntrustedAnimation()1097 verify(activity1).setDropInputMode(DropInputMode.ALL); in testOverrideTaskFragmentAdapter_inputProtectedForUntrustedAnimation()1098 verify(activity2).setDropInputMode(DropInputMode.ALL); in testOverrideTaskFragmentAdapter_inputProtectedForUntrustedAnimation()1109 verify(activity0).setDropInputMode(DropInputMode.OBSCURED); in testOverrideTaskFragmentAdapter_inputProtectedForUntrustedAnimation()1110 verify(activity1).setDropInputMode(DropInputMode.NONE); in testOverrideTaskFragmentAdapter_inputProtectedForUntrustedAnimation()1111 verify(activity2).setDropInputMode(DropInputMode.NONE); in testOverrideTaskFragmentAdapter_inputProtectedForUntrustedAnimation()1145 verify(activity).setDropInputMode(DropInputMode.ALL); in testOverrideTaskFragmentAdapter_inputProtectedForTrustedAnimation()1152 verify(activity).setDropInputMode(DropInputMode.NONE); in testOverrideTaskFragmentAdapter_inputProtectedForTrustedAnimation()1187 verify(activity, never()).setDropInputMode(DropInputMode.ALL); in testOverrideTaskFragmentAdapter_noInputProtectedForFullyTrustedAnimation()1298 doNothing().when(activity).setDropInputMode(anyInt()); in prepareActivityForAppTransition()
433 doNothing().when(activity).setDropInputMode(anyInt()); in testActivityRecordReparentedToTaskFragment()
421 doNothing().when(activity).setDropInputMode(anyInt()); in testIsReadyToTransit()
1776 doNothing().when(activity).setDropInputMode(anyInt()); in testReparentChangeLastParent()1801 doNothing().when(activity).setDropInputMode(anyInt()); in testIncludeEmbeddedActivityReparent()1969 doNothing().when(activity).setDropInputMode(anyInt()); in testCollectReparentChange()
912 doNothing().when(activity).setDropInputMode(anyInt()); in testApplyTransaction_reparentActivityToTaskFragment_triggerLifecycleUpdate()
1692 setDropInputMode(DropInputMode.ALL); in updateUntrustedEmbeddingInputProtection()1695 setDropInputMode(DropInputMode.OBSCURED); in updateUntrustedEmbeddingInputProtection()1698 setDropInputMode(DropInputMode.NONE); in updateUntrustedEmbeddingInputProtection()1703 void setDropInputMode(@DropInputMode int mode) { in setDropInputMode() method in ActivityRecord1707 .setDropInputMode(getSurfaceControl(), mode) in setDropInputMode()
988 .setDropInputMode(win.getSurfaceControl(), DropInputMode.ALL).apply(); in setDropInputModePolicy()
3980 public Transaction setDropInputMode(SurfaceControl sc, @DropInputMode int mode) { in setDropInputMode() method in SurfaceControl.Transaction
975 transaction->setDropInputMode(ctrl, static_cast<gui::DropInputMode>(mode)); in nativeSetDropInputMode()