OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VelocityControl
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/androidfw/
VelocityControl.h
78
class
VelocityControl
{
80
VelocityControl
();
/frameworks/base/libs/androidfw/
VelocityControl.cpp
17
#define LOG_TAG "
VelocityControl
"
26
#include <androidfw/
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
...]
Completed in 59 milliseconds