Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DCachedSet.h128 bool hasBlurBehind() const;
DLayerState.h238 bool hasBlurBehind() const {
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DCachedSet.cpp325 bool CachedSet::hasBlurBehind() const { in hasBlurBehind() function in android::compositionengine::impl::planner::CachedSet
327 [](const Layer& layer) { return layer.getState()->hasBlurBehind(); }); in hasBlurBehind()
DFlattener.cpp427 const bool layerHasBlur = currentSet->hasBlurBehind(); in findCandidateRuns()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DCachedSetTest.cpp946 TEST_F(CachedSetTest, hasBlurBehind) { in TEST_F() argument
965 EXPECT_FALSE(cachedSet1.hasBlurBehind()); in TEST_F()
966 EXPECT_TRUE(cachedSet2.hasBlurBehind()); in TEST_F()
967 EXPECT_TRUE(cachedSet3.hasBlurBehind()); in TEST_F()
968 EXPECT_TRUE(cachedSet4.hasBlurBehind()); in TEST_F()
DLayerStateTest.cpp989 EXPECT_FALSE(mLayerState->hasBlurBehind()); in TEST_F()
999 EXPECT_TRUE(mLayerState->hasBlurBehind()); in TEST_F()
1009 EXPECT_TRUE(mLayerState->hasBlurBehind()); in TEST_F()