Searched refs:world (Results 1 – 7 of 7) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | Kube.java | 31 GLWorld world = new GLWorld(); in makeGLWorld() local 52 mCubes[0] = new Cube(world, c0, c4, c0, c1, c5, c1); in makeGLWorld() 53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1); in makeGLWorld() 54 mCubes[2] = new Cube(world, c4, c4, c0, c5, c5, c1); in makeGLWorld() 56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3); in makeGLWorld() 57 mCubes[4] = new Cube(world, c2, c4, c2, c3, c5, c3); in makeGLWorld() 58 mCubes[5] = new Cube(world, c4, c4, c2, c5, c5, c3); in makeGLWorld() 60 mCubes[6] = new Cube(world, c0, c4, c4, c1, c5, c5); in makeGLWorld() 61 mCubes[7] = new Cube(world, c2, c4, c4, c3, c5, c5); in makeGLWorld() 62 mCubes[8] = new Cube(world, c4, c4, c4, c5, c5, c5); in makeGLWorld() [all …]
|
D | Cube.java | 22 …public Cube(GLWorld world, float left, float bottom, float back, float right, float top, float fro… in Cube() argument 23 super(world); in Cube()
|
D | KubeRenderer.java | 34 public KubeRenderer(GLWorld world, AnimationCallback callback) { in KubeRenderer() argument 35 mWorld = world; in KubeRenderer()
|
D | GLShape.java | 25 public GLShape(GLWorld world) { in GLShape() argument 26 mWorld = world; in GLShape()
|
/development/vndk/tools/definition-tool/tests/testdata/test_dex_file/ |
D | Hello.smali | 11 const-string v0, "world"
|
/development/samples/browseable/XYZTouristAttractions/ |
D | _index.jd | 8 This sample aims to be as close to a real world example of a mobile
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 41 alien - j. being or from or characteristic of another place or part of the world 400 foreign - j. relating to or originating in or characteristic of another place or part of the world 454 hypothesis - n. a tentative insight into the natural world; a concept that is not yet verified but … 627 mundane - j. concerned with the world or worldly matters; ordinary 631 myth - n. a traditional story accepted as history; serves to explain the world view of a people 827 …ropean history at the close of the Middle Ages and the rise of the modern world; a cultural rebirt… 995 wherever - a. where in the world
|