OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRawX
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/ui/events/gesture_detection/
motion_event.h
56
virtual float
GetRawX
(size_t pointer_index) const = 0;
80
float
GetRawX
() const { return
GetRawX
(0); }
82
float GetRawOffsetX() const { return
GetRawX
() - GetX(); }
gesture_event_data_packet.cc
83
gfx::PointF(touch.
GetRawX
(), touch.GetRawY()));
gesture_provider.cc
92
event.
GetRawX
(),
349
e1.
GetRawX
(),
413
e1.
GetRawX
(),
743
event.
GetRawX
(action_index),
774
event.
GetRawX
(i),
touch_disposition_gesture_filter_unittest.cc
206
touch_event_.
GetRawX
(0),
[
all
...]
/external/chromium_org/content/browser/renderer_host/input/
motion_event_web.h
27
virtual float
GetRawX
(size_t pointer_index) const OVERRIDE;
motion_event_android.h
56
virtual float
GetRawX
(size_t pointer_index) const OVERRIDE;
motion_event_web.cc
93
float MotionEventWeb::
GetRawX
(size_t pointer_index) const {
motion_event_android.cc
251
float MotionEventAndroid::
GetRawX
(size_t pointer_index) const {
web_input_event_util.cc
189
touch.screenPosition.x = event.
GetRawX
(pointer_index);
/external/chromium_org/ui/events/gestures/
motion_event_aura.h
36
virtual float
GetRawX
(size_t pointer_index) const OVERRIDE;
motion_event_aura_unittest.cc
168
EXPECT_FLOAT_EQ(raw_x, event.
GetRawX
(0));
186
EXPECT_FLOAT_EQ(raw_x, event.
GetRawX
(1));
196
EXPECT_FLOAT_EQ(raw_x, event.
GetRawX
(1));
213
EXPECT_FLOAT_EQ(raw_x, event.
GetRawX
(1));
230
EXPECT_FLOAT_EQ(raw_x, event.
GetRawX
(0));
motion_event_aura.cc
109
float MotionEventAura::
GetRawX
(size_t pointer_index) const {
/external/chromium_org/ui/events/test/
mock_motion_event.h
51
virtual float
GetRawX
(size_t pointer_index) const OVERRIDE;
mock_motion_event.cc
118
float MockMotionEvent::
GetRawX
(size_t pointer_index) const {
Completed in 70 milliseconds