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

/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionVolume.java61 final float maxX = getMaxX();
75 value = getMaxX();
103 protected abstract float getMaxX(); method in class:CollisionVolume
H A DAABoxCollisionVolume.java45 public final float getMaxX() { method in class:AABoxCollisionVolume
111 maxX = Math.max(getMaxX(), other.getMaxX());
116 maxX = other.getMaxX();
H A DSphereCollisionVolume.java44 public float getMaxX() { method in class:SphereCollisionVolume
137 maxX = Math.max(getMaxX(), other.getMaxX());
142 maxX = other.getMaxX();
H A DGameObjectCollisionSystem.java238 boundingVolume.getMaxX() - boundingVolume.getMinX(),
250 volume.getMaxX() - volume.getMinX(),
263 volume.getMaxX() - volume.getMinX(),
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DRectRegion.java74 return intersects(region.getMinX(), region.getMaxX(), region.getMinY(), region.getMaxY());
150 public Number getMaxX() { method in class:RectRegion
H A DXYPlot.java1093 return calculatedMaxX != null ? calculatedMaxX : getDefaultBounds().getMaxX();
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 408 milliseconds