Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DAABoxCollisionVolume.java55 public final float getMaxY() { in getMaxY() method in AABoxCollisionVolume
113 maxY = Math.max(getMaxY(), other.getMaxY()); in growBy()
118 maxY = other.getMaxY(); in growBy()
DCollisionVolume.java83 final float maxY = getMaxY(); in getMinYPosition()
97 value = getMaxY(); in getMaxYPosition()
105 protected abstract float getMaxY(); in getMaxY() method in CollisionVolume
DSphereCollisionVolume.java54 public float getMaxY() { in getMaxY() method in SphereCollisionVolume
139 maxY = Math.max(getMaxY(), other.getMaxY()); in growBy()
144 maxY = other.getMaxY(); in growBy()
DGameObjectCollisionSystem.java239 boundingVolume.getMaxY() - boundingVolume.getMinY(), in drawDebugVolumes()
251 volume.getMaxY() - volume.getMinY(), in drawDebugVolumes()
264 volume.getMaxY() - volume.getMinY(), 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()
166 public Number getMaxY() { in getMaxY() method in RectRegion
DXYPlot.java1111 return calculatedMaxY != null ? calculatedMaxY : getDefaultBounds().getMaxY(); in getCalculatedMaxY()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java604 bounds.bottom = (float) rect.getMaxY(); in fillBounds()