Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DAABoxCollisionVolume.java60 public final float getMinY() { in getMinY() method in AABoxCollisionVolume
114 minY = Math.max(getMinY(), other.getMinY()); in growBy()
119 minY = other.getMinY(); in growBy()
DCollisionVolume.java86 value = getMinY(); in getMinYPosition()
94 final float minY = getMinY(); in getMaxYPosition()
104 protected abstract float getMinY(); in getMinY() method in CollisionVolume
DSphereCollisionVolume.java59 public float getMinY() { in getMinY() method in SphereCollisionVolume
140 minY = Math.min(getMinY(), other.getMinY()); in growBy()
145 minY = other.getMinY(); 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()
158 public Number getMinY() { in getMinY() method in RectRegion
DXYPlot.java1102 return calculatedMinY != null ? calculatedMinY : getDefaultBounds().getMinY(); in getCalculatedMinY()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java603 bounds.top = (float) rect.getMinY(); in fillBounds()