HomeSort by relevance Sort by last modified time
    Searched refs:getMinY (Results 1 - 8 of 8) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java 86 value = getMinY();
94 final float minY = getMinY();
104 protected abstract float getMinY();
AABoxCollisionVolume.java 60 public final float getMinY() {
114 minY = Math.max(getMinY(), other.getMinY());
119 minY = other.getMinY();
SphereCollisionVolume.java 59 public float getMinY() {
140 minY = Math.min(getMinY(), other.getMinY());
145 minY = other.getMinY();
GameObjectCollisionSystem.java 239 boundingVolume.getMaxY() - boundingVolume.getMinY(),
251 volume.getMaxY() - volume.getMinY(),
264 volume.getMaxY() - volume.getMinY(),
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
RectRegion.java 74 return intersects(region.getMinX(), region.getMaxX(), region.getMinY(), region.getMaxY());
158 public Number getMinY() {
XYPlot.java     [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 635 bounds.top = (float)rect.getMinY();
  /external/zxing/core/
core.jar 

Completed in 204 milliseconds