HomeSort by relevance Sort by last modified time
    Searched refs:getRadius (Results 1 - 25 of 50) sorted by null

1 2

  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareRequestParcelable.java 61 public double getRadius() {
62 return mRequest.getRadius();
144 parcel.writeDouble(getRadius());
GeofenceHardwareRequest.java 123 public double getRadius() {
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
NestedBuildersTest.java 70 assertEquals(4, wheel.getRadius());
85 assertEquals(5, wheel.getRadius());
146 assertEquals(2, vehicleBuilder.getWheel(0).getRadius());
160 assertEquals(2, vehicleBuilder.getWheel(0).getRadius());
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingSphere.java 92 * <code>getRadius</code> returns the radius of the bounding sphere.
96 public float getRadius() {
472 float temp_radius = sphere.getRadius();
517 float temp_radius = sphere.getRadius();
679 float rsum = getRadius() + bs.getRadius();
693 if (FastMath.abs(bb.center.x - center.x) < getRadius()
695 && FastMath.abs(bb.center.y - center.y) < getRadius()
697 && FastMath.abs(bb.center.z - center.z) < getRadius()
725 float radiusSquared = getRadius() * getRadius();
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GeofenceState.java 72 boolean inside = mDistanceToCenter <= Math.max(mFence.getRadius(), location.getAccuracy());
95 return Math.abs(mFence.getRadius() - mDistanceToCenter);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
SphereCollisionShape.java 62 public float getRadius() {
CapsuleCollisionShape.java 78 public float getRadius() {
ConeCollisionShape.java 43 public float getRadius() {
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
AreaUtils.java 74 float radius = (bound.getRadius() * screenWidth) / (distance * 2);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
SphereCollisionShape.java 62 public float getRadius() {
CapsuleCollisionShape.java 81 public float getRadius() {
ConeCollisionShape.java 45 public float getRadius() {
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
SmoothFilter.java 43 public int getRadius() {
OptimizedErode.java 44 public int getRadius() {
  /external/replicaisland/src/com/replica/replicaisland/
DynamicCollisionComponent.java 53 if (collision != null && mBoundingVolume.getRadius() > 0.0f) {
SphereCollisionVolume.java 71 public float getRadius() {
102 otherRadius = sphereOther.getRadius();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TouchPositionCorrection.java 93 public float getRadius(final int row) {
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
EmitterSphereShape.java 96 public float getRadius() {
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
PointLight.java 95 public float getRadius() {
  /frameworks/base/location/java/android/location/
Geofence.java 76 public float getRadius() {
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 54 public float getRadius() {
101 public float getRadius() {
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
PointCloud.java 54 public float getRadius() {
101 public float getRadius() {
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
PointCloud.java 54 public float getRadius() {
101 public float getRadius() {
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsVehicle.java 139 wheel.setVehicleId(vehicleId, addWheel(vehicleId, wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel()));
191 wheel.setVehicleId(vehicleId, addWheel(vehicleId, wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel()));
521 float radius = physicsVehicleWheel.getRadius();
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHTree.java 436 bbox = new BoundingBox(bv.getCenter().clone(), sphere.getRadius(),
437 sphere.getRadius(),
438 sphere.getRadius());

Completed in 418 milliseconds

1 2