Home
last modified time | relevance | path

Searched refs:GetThrottledVisibleAreaRatios (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_hub_test_ng.cpp939 EXPECT_EQ(eventHub->GetThrottledVisibleAreaRatios(), ratios);
947 EXPECT_EQ(eventHub->GetThrottledVisibleAreaRatios().empty(), true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.h544 std::vector<double>& GetThrottledVisibleAreaRatios() in GetThrottledVisibleAreaRatios() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp1876 auto& userRatios = eventHub_->GetThrottledVisibleAreaRatios(); in ThrottledVisibleTask()