OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMinX
(Results
1 - 5
of
5
) sorted by null
/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
();
GameObjectCollisionSystem.java
238
boundingVolume.getMaxX() - boundingVolume.
getMinX
(),
250
volume.getMaxX() - volume.
getMinX
(),
263
volume.getMaxX() - volume.
getMinX
(),
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java
565
bounds.left = (float)rect.
getMinX
();
Completed in 44 milliseconds