Home
last modified time | relevance | path

Searched refs:setDropInputMode (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppTransitionControllerTest.java1096 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()
DAppTransitionTests.java433 doNothing().when(activity).setDropInputMode(anyInt()); in testActivityRecordReparentedToTaskFragment()
DTaskFragmentTest.java464 doNothing().when(activity).setDropInputMode(anyInt()); in testIsReadyToTransit()
DTransitionTests.java1903 doNothing().when(activity).setDropInputMode(anyInt()); in testReparentChangeLastParent()
1928 doNothing().when(activity).setDropInputMode(anyInt()); in testIncludeEmbeddedActivityReparent()
2096 doNothing().when(activity).setDropInputMode(anyInt()); in testCollectReparentChange()
DTaskFragmentOrganizerControllerTest.java1097 doNothing().when(activity).setDropInputMode(anyInt()); in testApplyTransaction_reparentActivityToTaskFragment_triggerLifecycleUpdate()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp937 [&](auto& t, auto& sc) { t.setDropInputMode(sc, gui::DropInputMode::OBSCURED); }); in TEST_F()
952 t.setDropInputMode(sc, gui::DropInputMode::OBSCURED); in TEST_F()
970 [&](auto& t, auto& sc) { t.setDropInputMode(sc, gui::DropInputMode::OBSCURED); }); in TEST_F()
989 [&](auto& t, auto& sc) { t.setDropInputMode(sc, gui::DropInputMode::OBSCURED); }); in TEST_F()
1013 t.setDropInputMode(sc, gui::DropInputMode::OBSCURED); in TEST_F()
1034 t.setDropInputMode(sc, gui::DropInputMode::OBSCURED); in TEST_F()
1067 [&](auto& t, auto& sc) { t.setDropInputMode(sc, gui::DropInputMode::ALL); }); in TEST_F()
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHierarchyTest.h508 void setDropInputMode(uint32_t id, gui::DropInputMode dropInputMode) { in setDropInputMode() function
DLayerSnapshotTest.cpp1262 setDropInputMode(1, gui::DropInputMode::ALL); in TEST_F()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h749 Transaction& setDropInputMode(const sp<SurfaceControl>& sc, gui::DropInputMode mode);
/frameworks/native/services/surfaceflinger/
DLayer.h336 bool setDropInputMode(gui::DropInputMode);
DLayer.cpp2801 bool Layer::setDropInputMode(gui::DropInputMode mode) { in setDropInputMode() function in android::Layer
DSurfaceFlinger.cpp5776 if (layer->setDropInputMode(s.dropInputMode)) { in setClientStateLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java1752 setDropInputMode(DropInputMode.ALL); in updateUntrustedEmbeddingInputProtection()
1755 setDropInputMode(DropInputMode.OBSCURED); in updateUntrustedEmbeddingInputProtection()
1758 setDropInputMode(DropInputMode.NONE); in updateUntrustedEmbeddingInputProtection()
1763 void setDropInputMode(@DropInputMode int mode) { in setDropInputMode() method in ActivityRecord
1767 .setDropInputMode(getSurfaceControl(), mode) in setDropInputMode()
DDisplayPolicy.java1033 .setDropInputMode(win.getSurfaceControl(), DropInputMode.ALL).apply(); in setDropInputModePolicy()
/frameworks/base/core/java/android/view/
DSurfaceControl.java4347 public Transaction setDropInputMode(SurfaceControl sc, @DropInputMode int mode) { in setDropInputMode() method in SurfaceControl.Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1067 transaction->setDropInputMode(ctrl, static_cast<gui::DropInputMode>(mode)); in nativeSetDropInputMode()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2250 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDropInputMode( in setDropInputMode() function in android::SurfaceComposerClient::Transaction
/frameworks/base/services/
Dart-wear-profile25714 PLcom/android/server/wm/ActivityRecord;->setDropInputMode(I)V