OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPointerState
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/input/
VelocityTracker.h
221
State
mPointerState
[MAX_POINTER_ID + 1];
/external/chromium_org/ui/events/gesture_detection/
velocity_tracker.cc
177
State
mPointerState
[MotionEvent::MAX_POINTER_ID + 1];
708
State& state =
mPointerState
[id];
725
const State& state =
mPointerState
[id];
/frameworks/native/libs/input/
VelocityTracker.cpp
715
State& state =
mPointerState
[id];
732
const State& state =
mPointerState
[id];
[
all
...]
Completed in 862 milliseconds