Searched refs:scrollTestView_ (Results 1 – 2 of 2) sorted by relevance
338 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 …]
83 UIScrollView* scrollTestView_ = nullptr; variable