Searched refs:mDistance (Results 1 - 16 of 16) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DPopOutComponent.java34 private Vector2 mDistance; field in class:PopOutComponent
45 mDistance = new Vector2();
68 mDistance.set(player.getPosition());
69 mDistance.subtract(parentObject.getPosition());
77 if (mDistance.length2() < (mAppearDistance * mAppearDistance)) {
84 if (mDistance.length2() > (mHideDistance * mHideDistance)) {
86 } else if (mDistance.length2() < (mAttackDistance * mAttackDistance)
H A DAttackAtDistanceComponent.java27 private Vector2 mDistance; field in class:AttackAtDistanceComponent
32 mDistance = new Vector2();
52 mDistance.set(player.getPosition());
53 mDistance.subtract(parentObject.getPosition());
66 } else if (mDistance.length2() < (mAttackDistance * mAttackDistance)
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLocation.java37 private float mDistance = 0.0f; field in class:ShadowLocation
392 mDistance = mResults[0];
395 return mDistance;
421 mDistance = mResults[0];
/external/skia/tests/
H A DPathOpsAngleIdeas.cpp738 static double mDistance(skiatest::Reporter* reporter, bool agrees, const SkDQuad& q1, function
816 maxR = SkTMin(maxR, mDistance(reporter, agrees, quad1, quad2));
832 maxR = SkTMin(maxR, mDistance(reporter, agrees, q1, q2));
849 maxR = SkTMin(maxR, mDistance(reporter, agrees, q1, q2));
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 59 milliseconds