OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scoped_xevent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/events/x/
events_x_unittest.cc
185
ui::ScopedXI2Event
scoped_xevent
;
local
186
scoped_xevent
.InitTouchEvent(
188
EXPECT_EQ(ui::ET_TOUCH_PRESSED, ui::EventTypeFromNative(
scoped_xevent
));
189
EXPECT_EQ("10,10", ui::EventLocationFromNative(
scoped_xevent
).ToString());
190
EXPECT_EQ(GetTouchId(
scoped_xevent
), 0);
191
EXPECT_EQ(GetTouchRadiusX(
scoped_xevent
), 10);
192
EXPECT_FLOAT_EQ(GetTouchAngle(
scoped_xevent
), 0.15f);
193
EXPECT_FLOAT_EQ(GetTouchForce(
scoped_xevent
), 0.1f);
198
scoped_xevent
.InitTouchEvent(
200
EXPECT_EQ(ui::ET_TOUCH_MOVED, ui::EventTypeFromNative(
scoped_xevent
));
[
all
...]
/external/chromium_org/ui/aura/
root_window_host_x11_unittest.cc
134
ui::ScopedXI2Event
scoped_xevent
;
local
137
scoped_xevent
.InitTouchEvent(
139
root_window_host->Dispatch(
scoped_xevent
);
146
scoped_xevent
.InitTouchEvent(
148
root_window_host->Dispatch(
scoped_xevent
);
153
scoped_xevent
.InitTouchEvent(
155
root_window_host->Dispatch(
scoped_xevent
);
160
scoped_xevent
.InitTouchEvent(
162
root_window_host->Dispatch(
scoped_xevent
);
209
ui::ScopedXI2Event
scoped_xevent
;
local
[
all
...]
Completed in 796 milliseconds