Home
last modified time | relevance | path

Searched refs:scrollView (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tools/skottie_ios_app/
Dmain.mm78 UIScrollView* scrollView = [[UIScrollView alloc] initWithFrame:scrollViewBounds];
79 [scrollView setContentSize:[stack frame].size];
80 [scrollView addSubview:stack];
81 [scrollView setBackgroundColor:[UIColor blackColor]];
82 [scrollView setNeedsDisplay];
89 [mainView addSubview:scrollView];
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
DMainActivity.java35 private ScrollView scrollView; field in MainActivity
43 scrollView = findViewById(R.id.scroll_view); in onCreate()
172 scrollView.postDelayed(new Runnable() { in run()
175 scrollView.scrollTo(0, outputText.getBottom()); in run()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dscroll_behavior_test.dart30 final Widget scrollView = SingleChildScrollView(
44 child: scrollView,
59 child: scrollView,
/third_party/flutter/flutter/packages/flutter/test/material/
Dreorderable_list_test.dart252 SingleChildScrollView scrollView = tester.widget(
255 expect(scrollView.controller, primary);
260 scrollView = tester.widget(
263 expect(scrollView.controller, primary2);
296 final SingleChildScrollView scrollView = tester.widget(
299 expect(scrollView.controller, isNotNull);