OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raw_offset_y
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/events/test/
mock_motion_event.h
52
void SetRawOffset(float raw_offset_x, float
raw_offset_y
);
mock_motion_event.cc
146
void MockMotionEvent::SetRawOffset(float raw_offset_x, float
raw_offset_y
) {
149
pointer(i).raw_y = pointer(i).y +
raw_offset_y
;
/external/chromium_org/ui/events/gesture_detection/
gesture_provider_unittest.cc
781
const float
raw_offset_y
= 13.7f;
local
1466
const float
raw_offset_y
= 4.3f;
local
1911
const float
raw_offset_y
= 5.7f;
local
[
all
...]
Completed in 293 milliseconds