OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Velocity
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ui/events/gesture_detection/
velocity_tracker_state.h
34
struct
Velocity
{
43
Velocity
calculated_velocity_[VelocityTracker::MAX_POINTERS];
velocity_tracker_state.cc
12
// Special constant to request the
velocity
of the active pointer.
61
Velocity
&
velocity
= calculated_velocity_[index];
local
62
velocity
.vx = vx;
63
velocity
.vy = vy;
90
const
Velocity
&
velocity
= calculated_velocity_[index];
local
91
vx =
velocity
.vx;
92
vy =
velocity
.vy;
/external/chromium_org/cc/animation/
timing_function.h
19
virtual float
Velocity
(double time) const = 0;
39
virtual float
Velocity
(double time) const OVERRIDE;
timing_function.cc
32
float CubicBezierTimingFunction::
Velocity
(double x) const {
scroll_offset_animation_curve.cc
35
static scoped_ptr<TimingFunction> EaseOutWithInitialVelocity(double
velocity
) {
38
const double v2 =
velocity
*
velocity
;
115
double old_velocity = timing_function_->
Velocity
(
118
// TimingFunction::
Velocity
gives the slope of the curve from 0 to 1.
119
// To match the "true"
velocity
in px/sec we must adjust this slope for
/frameworks/base/core/jni/
android_view_VelocityTracker.cpp
32
// Special constant to request the
velocity
of the active pointer.
56
struct
Velocity
{
63
Velocity
mCalculatedVelocity[MAX_POINTERS];
104
Velocity
&
velocity
= mCalculatedVelocity[index];
local
105
velocity
.vx = vx;
106
velocity
.vy = vy;
118
const
Velocity
&
velocity
= mCalculatedVelocity[index];
local
119
vx =
velocity
.vx
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js
1195
//
Velocity
is subject to exponential decay. These parameters are coefficients
[
all
...]
Completed in 4372 milliseconds