Home | History | Annotate | Download | only in chromeos

Lines Matching refs:ET_TOUCH_RELEASED

345     EXPECT_EQ(ui::ET_TOUCH_RELEASED, captured_events[1]->type());
628 ui::TouchEvent touch_release(ui::ET_TOUCH_RELEASED,
741 EXPECT_EQ(ui::ET_TOUCH_RELEASED, captured_events[1]->type());
876 EXPECT_EQ(ui::ET_TOUCH_RELEASED, captured_events[1]->type());
915 EXPECT_EQ(ui::ET_TOUCH_RELEASED, captured_events[3]->type());
980 ui::ET_TOUCH_RELEASED, second_touch_location, 1, Now());
991 EXPECT_EQ(ui::ET_TOUCH_RELEASED, captured_events[1]->type());
996 ui::ET_TOUCH_RELEASED, initial_touch_location, 0, Now());
1029 ui::ET_TOUCH_RELEASED, initial_touch_location, 0, Now());
1032 ui::ET_TOUCH_RELEASED, second_touch_location , 1, Now());
1040 EXPECT_EQ(ui::ET_TOUCH_RELEASED, captured_events[1]->type());
1077 ui::ET_TOUCH_RELEASED, second_touch_location, 1, Now());
1087 EXPECT_EQ(ui::ET_TOUCH_RELEASED, captured_events[1]->type());
1121 ui::ET_TOUCH_RELEASED, initial_touch_location, 0, Now());
1125 ui::ET_TOUCH_RELEASED, second_touch_location, 1, Now());
1134 EXPECT_EQ(ui::ET_TOUCH_RELEASED, captured_events[1]->type());
1174 ui::ET_TOUCH_RELEASED, initial_touch_location, 0, Now());
1177 ui::ET_TOUCH_RELEASED, second_touch_location, 1, Now());
1180 ui::ET_TOUCH_RELEASED, third_touch_location, 2, Now());
1220 ui::ET_TOUCH_RELEASED, first_move_location, 0, Now());
1223 ui::ET_TOUCH_RELEASED, second_touch_location, 1, Now());
1248 ui::ET_TOUCH_RELEASED, first_touch_location, 0, Now());
1251 ui::ET_TOUCH_RELEASED, second_move_location, 1, Now());
1404 ui::ET_TOUCH_RELEASED, gfx::Point(x, y), touch_id, Now()));
1479 } else if (next_dispatch->type() == ET_TOUCH_RELEASED) {