Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp2666 bool Layer::setDropInputMode(gui::DropInputMode mode) { in setDropInputMode() function in android::Layer
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1940 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDropInputMode( in setDropInputMode() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/java/android/view/
DSurfaceControl.java3935 public Transaction setDropInputMode(SurfaceControl sc, @DropInputMode int mode) { in setDropInputMode() method in SurfaceControl.Transaction
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java1672 void setDropInputMode(@DropInputMode int mode) { in setDropInputMode() method in ActivityRecord