Searched refs:scrollView_ (Results 1 – 4 of 4) sorted by relevance
42 if (scrollView_ == nullptr) { in SetUpTestCase()49 if (scrollView_ != nullptr) { in TearDownTestCase()50 delete scrollView_; in TearDownTestCase()51 scrollView_ = nullptr; in TearDownTestCase()86 if (scrollView_ == nullptr) {101 if (scrollView_ == nullptr) {120 if (scrollView_ == nullptr) {139 if (scrollView_ == nullptr) {156 if (scrollView_ == nullptr) {198 scrollView_->Add(view);[all …]
37 if (scrollView_ == nullptr) { in SetUp()38 scrollView_ = new UIScrollView(); in SetUp()56 container_->Add(scrollView_); in SetUp()58 scrollView_->SetYScrollBarVisible(true); in SetUp()59 scrollView_->SetHorizontalScrollState(false); in SetUp()97 scrollView_ = nullptr; in TearDown()124 scrollView_->Add(label1); in UIKitScrollBarTESTScrollview001()133 scrollView_->Add(label2); in UIKitScrollBarTESTScrollview001()142 scrollView_->Add(label3); in UIKitScrollBarTESTScrollview001()151 scrollView_->Add(label4); in UIKitScrollBarTESTScrollview001()[all …]
40 UIScrollView* scrollView_ = nullptr; variable
40 : scrollView_(scrollView), in BarEaseInOutAnimator()78 if (scrollView_.yScrollBarVisible_) { in Callback()79 scrollView_.yScrollBar_->SetOpacity(opa); in Callback()81 if (scrollView_.xScrollBarVisible_) { in Callback()82 scrollView_.xScrollBar_->SetOpacity(opa); in Callback()84 scrollView_.Invalidate(); in Callback()90 if (scrollView_.yScrollBarVisible_) { in OnStop()98 if (scrollView_.yScrollBarVisible_) { in OnStop()101 if (scrollView_.xScrollBarVisible_) { in OnStop()105 scrollView_.Invalidate(); in OnStop()[all …]