Home | History | Annotate | Download | only in views

Lines Matching refs:scroll_begin

274   GestureEventForTest scroll_begin(details, center_point.x(), center_point.y());
281 // SCROLL_BEGIN events should be initially targeted to |grandchild|, and
289 EXPECT_EQ(grandchild, targeter->FindTargetForEvent(root_view, &scroll_begin));
290 EXPECT_EQ(child, targeter->FindNextBestTarget(grandchild, &scroll_begin));
300 // dispatched, so TAP and SCROLL_BEGIN events should be re-targeted up
304 EXPECT_EQ(child, targeter->FindNextBestTarget(grandchild, &scroll_begin));
319 EXPECT_EQ(NULL, targeter->FindNextBestTarget(content, &scroll_begin));
332 scroll_begin =
340 // SCROLL_BEGIN.
343 EXPECT_EQ(grandchild, targeter->FindTargetForEvent(root_view, &scroll_begin));