/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 959 [&](auto& t, auto& sc) { t.setDropInputMode(sc, gui::DropInputMode::OBSCURED); }); in TEST_F() 974 t.setDropInputMode(sc, gui::DropInputMode::OBSCURED); in TEST_F() 992 [&](auto& t, auto& sc) { t.setDropInputMode(sc, gui::DropInputMode::OBSCURED); }); in TEST_F() 1012 [&](auto& t, auto& sc) { t.setDropInputMode(sc, gui::DropInputMode::OBSCURED); }); in TEST_F() 1037 t.setDropInputMode(sc, gui::DropInputMode::OBSCURED); in TEST_F() 1058 t.setDropInputMode(sc, gui::DropInputMode::OBSCURED); in TEST_F() 1091 [&](auto& t, auto& sc) { t.setDropInputMode(sc, gui::DropInputMode::ALL); }); in TEST_F()
|
/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 752 Transaction& setDropInputMode(const sp<SurfaceControl>& sc, gui::DropInputMode mode);
|
/frameworks/native/services/surfaceflinger/tests/common/ |
D | LayerLifecycleManagerHelper.h | 529 void setDropInputMode(uint32_t id, gui::DropInputMode dropInputMode) { in setDropInputMode() function
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TransitionTests.java | 1918 doNothing().when(activity).setDropInputMode(anyInt()); in testReparentChangeLastParent() 1943 doNothing().when(activity).setDropInputMode(anyInt()); in testIncludeEmbeddedActivityReparent() 2349 doNothing().when(activity).setDropInputMode(anyInt()); in testCollectReparentChange()
|
D | TaskFragmentTest.java | 496 doNothing().when(activity).setDropInputMode(anyInt()); in testIsReadyToTransit()
|
D | TaskFragmentOrganizerControllerTest.java | 1077 doNothing().when(activity).setDropInputMode(anyInt()); in testApplyTransaction_reparentActivityToTaskFragment_triggerLifecycleUpdate()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityRecord.java | 1588 setDropInputMode(DropInputMode.ALL); in updateUntrustedEmbeddingInputProtection() 1591 setDropInputMode(DropInputMode.OBSCURED); in updateUntrustedEmbeddingInputProtection() 1594 setDropInputMode(DropInputMode.NONE); in updateUntrustedEmbeddingInputProtection() 1599 void setDropInputMode(@DropInputMode int mode) { in setDropInputMode() method in ActivityRecord 1603 .setDropInputMode(getSurfaceControl(), mode) in setDropInputMode()
|
D | DisplayPolicy.java | 1044 .setDropInputMode(win.getSurfaceControl(), DropInputMode.ALL).apply(); in setDropInputModePolicy()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 4895 public Transaction setDropInputMode(SurfaceControl sc, @DropInputMode int mode) { in setDropInputMode() method in SurfaceControl.Transaction
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | LayerSnapshotTest.cpp | 1655 setDropInputMode(1, gui::DropInputMode::ALL); in TEST_F()
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 2220 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDropInputMode( in setDropInputMode() function in android::SurfaceComposerClient::Transaction
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 1226 transaction->setDropInputMode(ctrl, static_cast<gui::DropInputMode>(mode)); in nativeSetDropInputMode()
|
/frameworks/base/services/ |
D | art-wear-profile | 20500 PLcom/android/server/wm/ActivityRecord;->setDropInputMode(I)V
|