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
64
DT_CMT_FLING_Y
, // Fling amount on the Y (vertical) direction.
device_data_manager.cc
422
HasEventData(xiev,
DT_CMT_FLING_Y
) &&
490
if (data.find(
DT_CMT_FLING_Y
) != data.end())
491
*vy = data[
DT_CMT_FLING_Y
];
/external/chromium_org/ui/events/test/
events_test_utils_x11.cc
225
Valuator(DeviceDataManager::
DT_CMT_FLING_Y
, y_velocity),
Completed in 1053 milliseconds