OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMinX
(Results
1 - 5
of
5
) sorted by null
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
RectRegion.java
74
return intersects(region.
getMinX
(), region.getMaxX(), region.getMinY(), region.getMaxY());
142
public Number
getMinX
() {
/external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java
64
value =
getMinX
();
72
final float minX =
getMinX
();
102
protected abstract float
getMinX
();
AABoxCollisionVolume.java
50
public final float
getMinX
() {
112
minX = Math.max(
getMinX
(), other.
getMinX
());
117
minX = other.
getMinX
();
SphereCollisionVolume.java
49
public float
getMinX
() {
138
minX = Math.min(
getMinX
(), other.
getMinX
());
143
minX = other.
getMinX
();
/external/zxing/core/
core.jar
Completed in 590 milliseconds