Home
last modified time | relevance | path

Searched defs:setDropInputMode (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHierarchyTest.h508 void setDropInputMode(uint32_t id, gui::DropInputMode dropInputMode) { in setDropInputMode() function
/frameworks/native/services/surfaceflinger/
DLayer.cpp2801 bool Layer::setDropInputMode(gui::DropInputMode mode) { in setDropInputMode() function in android::Layer
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2250 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDropInputMode( in setDropInputMode() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/java/android/view/
DSurfaceControl.java4347 public Transaction setDropInputMode(SurfaceControl sc, @DropInputMode int mode) { in setDropInputMode() method in SurfaceControl.Transaction
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java1763 void setDropInputMode(@DropInputMode int mode) { in setDropInputMode() method in ActivityRecord