Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/views/
Dscroll_view_unittest.cc68 CefRefPtr<CefScrollView> scroll_view = in RunScrollViewLayout() local
70 EXPECT_TRUE(scroll_view.get()); in RunScrollViewLayout()
71 EXPECT_TRUE(scroll_view->AsScrollView().get()); in RunScrollViewLayout()
74 EXPECT_FALSE(scroll_view->GetContentView().get()); in RunScrollViewLayout()
75 EXPECT_EQ(CefRect(0, 0, 0, 0), scroll_view->GetVisibleContentRect()); in RunScrollViewLayout()
76 EXPECT_FALSE(scroll_view->HasHorizontalScrollbar()); in RunScrollViewLayout()
77 EXPECT_FALSE(scroll_view->HasVerticalScrollbar()); in RunScrollViewLayout()
79 scroll_view->SetID(kScrollViewID); in RunScrollViewLayout()
80 scroll_view->SetBackgroundColor(CefColorSetARGB(255, 0, 255, 0)); in RunScrollViewLayout()
92 scroll_view->SetContentView(content_panel); in RunScrollViewLayout()
[all …]
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
DMainActivity.java43 scrollView = findViewById(R.id.scroll_view); in onCreate()