Home
last modified time | relevance | path

Searched refs:hasBlurBehind (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DCachedSet.cpp328 bool CachedSet::hasBlurBehind() const { in hasBlurBehind() function in android::compositionengine::impl::planner::CachedSet
330 [](const Layer& layer) { return layer.getState()->hasBlurBehind(); }); in hasBlurBehind()
DFlattener.cpp415 const bool layerHasBlur = currentSet->hasBlurBehind(); in findCandidateRuns()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DCachedSet.h128 bool hasBlurBehind() const;
DLayerState.h234 bool hasBlurBehind() const {
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DCachedSetTest.cpp925 TEST_F(CachedSetTest, hasBlurBehind) { in TEST_F() argument
944 EXPECT_FALSE(cachedSet1.hasBlurBehind()); in TEST_F()
945 EXPECT_TRUE(cachedSet2.hasBlurBehind()); in TEST_F()
946 EXPECT_TRUE(cachedSet3.hasBlurBehind()); in TEST_F()
947 EXPECT_TRUE(cachedSet4.hasBlurBehind()); in TEST_F()
DLayerStateTest.cpp983 EXPECT_FALSE(mLayerState->hasBlurBehind()); in TEST_F()
993 EXPECT_TRUE(mLayerState->hasBlurBehind()); in TEST_F()
1003 EXPECT_TRUE(mLayerState->hasBlurBehind()); in TEST_F()