Searched refs:front (Results 1 – 2 of 2) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | Cube.java | 22 …ic Cube(GLWorld world, float left, float bottom, float back, float right, float top, float front) { in Cube() argument 28 GLVertex leftBottomFront = addVertex(left, bottom, front); in Cube() 29 GLVertex rightBottomFront = addVertex(right, bottom, front); in Cube() 30 GLVertex leftTopFront = addVertex(left, top, front); in Cube() 31 GLVertex rightTopFront = addVertex(right, top, front); in Cube()
|
/development/samples/VirtualDeviceManager/ |
D | README.md | 235 - **Enable client Camera**: Enables front & back camera injection from the client device
|