OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalDistance
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java
227
float
totalDistance
= 0;
245
totalDistance
= 0;
269
totalDistance
+= bestDistance;
280
if (
totalDistance
== 0 || (Math.abs(lastDistance -
totalDistance
)
281
/
totalDistance
) < STOP_CHANGE_RATIO) {
284
lastDistance =
totalDistance
;
297
float score =
totalDistance
* (float) Math.sqrt(realK);
/frameworks/base/core/java/android/widget/
Scroller.java
404
int
totalDistance
=
412
mFinalX = startX + Math.round(
totalDistance
* coeffX);
417
mFinalY = startY + Math.round(
totalDistance
* coeffY);
OverScroller.java
761
double
totalDistance
= 0.0;
765
totalDistance
= getSplineFlingDistance(velocity);
768
mSplineDistance = (int) (
totalDistance
* Math.signum(velocity));
832
final double
totalDistance
= getSplineFlingDistance(velocity);
833
if (
totalDistance
> Math.abs(overDistance)) {
[
all
...]
/external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp
357
float
totalDistance
= 0;
364
totalDistance
+= distance;
367
if (!
totalDistance
)
372
keyTimesForPaced[n] = keyTimesForPaced[n - 1] + keyTimesForPaced[n] /
totalDistance
;
/packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java
[
all
...]
Completed in 106 milliseconds