Home
last modified time | relevance | path

Searched refs:getMaxX (Results 1 – 7 of 7) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DAABoxCollisionVolume.java45 public final float getMaxX() { in getMaxX() method in AABoxCollisionVolume
111 maxX = Math.max(getMaxX(), other.getMaxX()); in growBy()
116 maxX = other.getMaxX(); in growBy()
DCollisionVolume.java61 final float maxX = getMaxX(); in getMinXPosition()
75 value = getMaxX(); in getMaxXPosition()
103 protected abstract float getMaxX(); in getMaxX() method in CollisionVolume
DSphereCollisionVolume.java44 public float getMaxX() { in getMaxX() method in SphereCollisionVolume
137 maxX = Math.max(getMaxX(), other.getMaxX()); in growBy()
142 maxX = other.getMaxX(); in growBy()
DGameObjectCollisionSystem.java238 boundingVolume.getMaxX() - boundingVolume.getMinX(), in drawDebugVolumes()
250 volume.getMaxX() - volume.getMinX(), in drawDebugVolumes()
263 volume.getMaxX() - volume.getMinX(), in drawDebugVolumes()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DRectRegion.java74 return intersects(region.getMinX(), region.getMaxX(), region.getMinY(), region.getMaxY()); in intersects()
150 public Number getMaxX() { in getMaxX() method in RectRegion
DXYPlot.java1093 return calculatedMaxX != null ? calculatedMaxX : getDefaultBounds().getMaxX(); in getCalculatedMaxX()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java602 bounds.right = (float) rect.getMaxX(); in fillBounds()