Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp959 [&](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/
DSurfaceComposerClient.h752 Transaction& setDropInputMode(const sp<SurfaceControl>& sc, gui::DropInputMode mode);
/frameworks/native/services/surfaceflinger/tests/common/
DLayerLifecycleManagerHelper.h529 void setDropInputMode(uint32_t id, gui::DropInputMode dropInputMode) { in setDropInputMode() function
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTransitionTests.java1918 doNothing().when(activity).setDropInputMode(anyInt()); in testReparentChangeLastParent()
1943 doNothing().when(activity).setDropInputMode(anyInt()); in testIncludeEmbeddedActivityReparent()
2349 doNothing().when(activity).setDropInputMode(anyInt()); in testCollectReparentChange()
DTaskFragmentTest.java496 doNothing().when(activity).setDropInputMode(anyInt()); in testIsReadyToTransit()
DTaskFragmentOrganizerControllerTest.java1077 doNothing().when(activity).setDropInputMode(anyInt()); in testApplyTransaction_reparentActivityToTaskFragment_triggerLifecycleUpdate()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java1588 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()
DDisplayPolicy.java1044 .setDropInputMode(win.getSurfaceControl(), DropInputMode.ALL).apply(); in setDropInputModePolicy()
/frameworks/base/core/java/android/view/
DSurfaceControl.java4895 public Transaction setDropInputMode(SurfaceControl sc, @DropInputMode int mode) { in setDropInputMode() method in SurfaceControl.Transaction
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerSnapshotTest.cpp1655 setDropInputMode(1, gui::DropInputMode::ALL); in TEST_F()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2220 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDropInputMode( in setDropInputMode() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1226 transaction->setDropInputMode(ctrl, static_cast<gui::DropInputMode>(mode)); in nativeSetDropInputMode()
/frameworks/base/services/
Dart-wear-profile20500 PLcom/android/server/wm/ActivityRecord;->setDropInputMode(I)V