OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMinY
(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());
158
public Number
getMinY
() {
/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
();
/external/zxing/core/
core.jar
Completed in 3474 milliseconds