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