Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_event_injector/
H A Dui_test_event_injector.cpp338 scrollTestView_->SetIntercept(true); in SetUpScrollView()
345 scrollTestView_->SetThrowDrag(true); in SetUpScrollView()
346 container_->Add(scrollTestView_); in SetUpScrollView()
353 scrollTestView_->Add(button1); in SetUpScrollView()
354 scrollTestView_->Add(button2); in SetUpScrollView()
426 scrollPoint = {scrollTestView_->GetRect().GetX(), scrollTestView_->GetRect().GetY()}; in OnClick()
433 scrollPoint = {scrollTestView_->GetRect().GetX(), scrollTestView_->GetRect().GetY()}; in OnClick()
440 scrollPoint = {scrollTestView_->GetRect().GetX(), scrollTestView_->GetRect().GetY()}; in OnClick()
447 scrollPoint = {scrollTestView_->GetRect().GetX(), scrollTestView_->GetRect().GetY()}; in OnClick()
454 scrollPoint = {scrollTestView_->GetRect().GetX(), scrollTestView_->GetRect().GetY()}; in OnClick()
[all …]
H A Dui_test_event_injector.h83 UIScrollView* scrollTestView_ = nullptr; variable