OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VelocityControl
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/libs/input/
VelocityControl.cpp
17
#define LOG_TAG "
VelocityControl
"
26
#include <input/
VelocityControl
.h>
32
// ---
VelocityControl
---
34
const nsecs_t
VelocityControl
::STOP_TIME;
36
VelocityControl
::
VelocityControl
() {
40
void
VelocityControl
::setParameters(const VelocityControlParameters& parameters) {
45
void
VelocityControl
::reset() {
52
void
VelocityControl
::move(nsecs_t eventTime, float* deltaX, float* deltaY) {
56
ALOGD("
VelocityControl
: stopped, last movement was %0.3fms ago"
[
all
...]
Android.mk
32
VelocityControl
.cpp \
/frameworks/native/include/input/
VelocityControl.h
78
class
VelocityControl
{
80
VelocityControl
();
/frameworks/native/services/inputflinger/
InputReader.h
25
#include <input/
VelocityControl
.h>
[
all
...]
Completed in 722 milliseconds