OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MotionEventBufferClient
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/events/gesture_detection/
motion_event_buffer.h
18
class
MotionEventBufferClient
{
20
virtual ~
MotionEventBufferClient
() {}
38
MotionEventBuffer(
MotionEventBufferClient
* client, bool enable_resampling);
59
MotionEventBufferClient
* const client_;
motion_event_buffer.cc
354
MotionEventBuffer::MotionEventBuffer(
MotionEventBufferClient
* client,
motion_event_buffer_unittest.cc
41
public
MotionEventBufferClient
{
46
//
MotionEventBufferClient
implementation.
[
all
...]
Completed in 134 milliseconds