OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yVelocity
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
SlidingDrawer.java
417
float
yVelocity
= velocityTracker.getYVelocity();
423
negative =
yVelocity
< 0;
432
if (
yVelocity
< 0) {
433
yVelocity
= -
yVelocity
;
435
if (
yVelocity
> mMaximumMinorVelocity) {
436
yVelocity
= mMaximumMinorVelocity;
440
float velocity = (float) Math.hypot(xVelocity,
yVelocity
);
[
all
...]
/external/chromium_org/third_party/polymer/
platform.js
[
all
...]
Completed in 77 milliseconds