Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp1070 bool Layer::setBlurRegions(const std::vector<BlurRegion>& blurRegions) { in setBlurRegions() function in android::Layer
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1580 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setBlurRegions( in setBlurRegions() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/java/android/view/
DSurfaceControl.java3426 public Transaction setBlurRegions(SurfaceControl sc, float[][] regions) { in setBlurRegions() method in SurfaceControl.Transaction