Searched refs:scroll_view (Results 1 – 2 of 2) sorted by relevance
68 CefRefPtr<CefScrollView> scroll_view = in RunScrollViewLayout() local70 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 …]
43 scrollView = findViewById(R.id.scroll_view); in onCreate()