Searched refs:touchOverlayInfo_ (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_focus_test_ng.cpp | 1361 EXPECT_TRUE(g_webPattern->touchOverlayInfo_.empty()); 1529 webPattern->touchOverlayInfo_.push_back(WebPattern::TouchInfo { 1, 10.0, 1 }); 1530 webPattern->touchOverlayInfo_.push_back(WebPattern::TouchInfo { 2, 30.0, 2 }); 1531 webPattern->touchOverlayInfo_.push_back(WebPattern::TouchInfo { 3, 50.0, 3 }); 1534 EXPECT_EQ(webPattern->touchOverlayInfo_.size(), 2); 1556 webPattern->touchOverlayInfo_.push_back(WebPattern::TouchInfo { 1, 10.0, 1 }); 1557 webPattern->touchOverlayInfo_.push_back(WebPattern::TouchInfo { 2, 30.0, 2 }); 1558 webPattern->touchOverlayInfo_.push_back(WebPattern::TouchInfo { 3, 50.0, 3 }); 1561 EXPECT_EQ(webPattern->touchOverlayInfo_.size(), 3); 1583 webPattern->touchOverlayInfo_.push_back(WebPattern::TouchInfo { 3, 50.0, 3 }); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 3255 touchOverlayInfo_.push_back(touchPoint); in HandleTouchDown() 3391 touchOverlayInfo_.push_back(touchPoint); in OnSelectHandleStart() 3651 for (iter = touchOverlayInfo_.begin(); iter != touchOverlayInfo_.end();) { in DelTouchOverlayInfoByTouchId() 3655 iter = touchOverlayInfo_.erase(iter); in DelTouchOverlayInfoByTouchId() 3676 for (auto& touchOverlayInfo : touchOverlayInfo_) { in CloseSelectOverlay() 3682 touchOverlayInfo_.clear(); in CloseSelectOverlay()
|
H A D | web_pattern.h | 1100 std::list<TouchInfo> touchOverlayInfo_; variable
|