OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBoundsMinZ
(Results
1 - 2
of
2
) sorted by null
/development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java
183
mCenterZ = (obj.
getBoundsMinZ
() + obj.getBoundsMaxZ())/2.0f;
186
float spanZ = obj.getBoundsMaxZ() - obj.
getBoundsMinZ
();
/frameworks/base/opengl/java/android/opengl/
Object3D.java
132
public float
getBoundsMinZ
() {
Completed in 51 milliseconds