OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yVel
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java
454
float vel = 0,
yVel
= 0, xVel = 0;
461
yVel
= mVelocityTracker.getYVelocity();
462
negative =
yVel
< 0;
472
vel = (float)Math.hypot(
yVel
, xVel);
496
xVel,
yVel
,
/frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java
334
float
yVel
= ps.mYVelocity * (1000 / 60);
335
canvas.drawLine(lastX, lastY, lastX + xVel, lastY +
yVel
, mPaint);
352
yVel
= ps.mAltYVelocity * (1000 / 60);
353
canvas.drawLine(lastX, lastY, lastX + xVel, lastY +
yVel
, mPaint);
[
all
...]
Completed in 429 milliseconds