OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastDuration
(Results
1 - 16
of
16
) sorted by null
/frameworks/native/libs/input/
VelocityTracker.cpp
889
nsecs_t
lastDuration
= 0;
906
accumVx = (accumVx *
lastDuration
+ vx * duration) / (duration +
lastDuration
);
907
accumVy = (accumVy *
lastDuration
+ vy * duration) / (duration +
lastDuration
);
908
lastDuration
= duration;
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
[
all
...]