Home
last modified time | relevance | path

Searched refs:screen (Results 1 – 5 of 5) sorted by relevance

/cts/suite/cts/deviceTests/opengl/assets/vertex/
Dbasic21 // Set the position on screen.
Dwater26 // Multiply to get the final point in normalized screen coordinates.
Dperspective30 // Multiply to get the final point in normalized screen coordinates.
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java800 UiObject screen = new UiObject( in testPinchOut() local
804 Rect screenRect = screen.getBounds(); in testPinchOut()
808 screen.pinchOut(100, 30); in testPinchOut()
854 UiObject screen = new UiObject( in testPinchIn() local
858 Rect screenRect = screen.getBounds(); in testPinchIn()
862 screen.pinchIn(100, 30); in testPinchIn()
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Draytrace.js550 screen: null, property in Flog.RayTracer.Camera
557 this.screen = Flog.RayTracer.Vector.prototype.add(this.position, this.lookAt);
562 this.screen,