Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp2680 bool Layer::setDropInputMode(gui::DropInputMode mode) { in setDropInputMode() function in android::Layer
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1746 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDropInputMode( in setDropInputMode() function in android::SurfaceComposerClient::Transaction
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java3540 public Transaction setDropInputMode(SurfaceControl sc, @DropInputMode int mode) { in setDropInputMode() method in SurfaceControl.Transaction