OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DT_CMT_FLING_Y
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/events/x/
device_data_manager.h
60
DT_CMT_FLING_Y
, // Fling amount on the Y (vertical) direction.
device_data_manager.cc
425
HasEventData(xiev,
DT_CMT_FLING_Y
) &&
499
if (data.find(
DT_CMT_FLING_Y
) != data.end())
500
*vy = data[
DT_CMT_FLING_Y
] * natural_scroll_factor;
/external/chromium_org/ui/events/test/
events_test_utils_x11.cc
214
Valuator(DeviceDataManager::
DT_CMT_FLING_Y
, y_velocity),
Completed in 26 milliseconds