Home
last modified time | relevance | path

Searched refs:kThreshold2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DSmallAreaDetectionAllowMappingsTest.cpp32 static constexpr float kThreshold2 = 0.07f; member in android::scheduler::SmallAreaDetectionAllowMappingsTest
40 mappings.push_back(std::make_pair(kAppId2, kThreshold2)); in TEST_F()
44 ASSERT_EQ(mMappings.getThresholdForAppId(kAppId2).value(), kThreshold2); in TEST_F()
DLayerHistoryIntegrationTest.cpp998 static constexpr float kThreshold2 = 0.07f; member in android::scheduler::__anoneff1d65f0511::SmallAreaDetectionTest
1004 mappings.push_back(std::make_pair(kAppId2, kThreshold2)); in SmallAreaDetectionTest()