Home
last modified time | relevance | path

Searched defs:point (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DPointTest.java40 Point point = new Point(10, 10); in testConstructor() local
61 Point point = new Point(3, 4); in testEquals2() local
DPointFTest.java44 Point point = new Point(10, 10); in testConstructor() local
/cts/tests/tests/gesture/src/android/gesture/cts/
DGesturePointTest.java37 GesturePoint point = new GesturePoint(expected_x, expected_y, expected_timestamp); in testGesturePointConstructor() local
/cts/apps/CtsVerifier/lib/colorchecker/
Dimagetesthandler.cpp72 void ImageTestHandler::drawPoint(const Vec2i &point, const Vec3i &color) { in drawPoint()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java542 Point point = new Point(); in testGetGlobalVisibleRectPoint() local