OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntegratingVelocityTrackerStrategy
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/input/
VelocityTracker.h
197
class
IntegratingVelocityTrackerStrategy
: public VelocityTrackerStrategy {
200
IntegratingVelocityTrackerStrategy
(uint32_t degree);
201
~
IntegratingVelocityTrackerStrategy
();
/frameworks/native/libs/input/
VelocityTracker.cpp
184
return new
IntegratingVelocityTrackerStrategy
(1);
190
return new
IntegratingVelocityTrackerStrategy
(2);
693
// ---
IntegratingVelocityTrackerStrategy
---
695
IntegratingVelocityTrackerStrategy
::
IntegratingVelocityTrackerStrategy
(uint32_t degree) :
699
IntegratingVelocityTrackerStrategy
::~
IntegratingVelocityTrackerStrategy
() {
702
void
IntegratingVelocityTrackerStrategy
::clear() {
706
void
IntegratingVelocityTrackerStrategy
::clearPointers(BitSet32 idBits) {
710
void
IntegratingVelocityTrackerStrategy
::addMovement(nsecs_t eventTime, BitSet32 idBits
[
all
...]
Completed in 49 milliseconds