OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bestDistance
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java
253
float
bestDistance
= Float.MAX_VALUE;
264
if (distance <
bestDistance
) {
265
bestDistance
= distance;
273
totalDistance +=
bestDistance
;
/external/chromium_org/third_party/icu/source/i18n/
dtitvinf.cpp
461
int32_t
bestDistance
= MAX_POSITIVE_INT;
512
if ( distance <
bestDistance
) {
514
bestDistance
= distance;
dtptngen.cpp
[
all
...]
/external/icu4c/i18n/
dtitvinf.cpp
474
int32_t
bestDistance
= MAX_POSITIVE_INT;
525
if ( distance <
bestDistance
) {
527
bestDistance
= distance;
dtptngen.cpp
[
all
...]
/packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java
854
int
bestDistance
= -1;
871
if (dist >
bestDistance
) {
872
bestDistance
= dist;
[
all
...]
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java
373
double
bestDistance
= Double.MAX_VALUE;
381
if (
bestDistance
> distance) {
382
bestDistance
= distance;
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 231 milliseconds