Home
last modified time | relevance | path

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

/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLViewTest.java283 int mOnTouchY; field in GLViewTest.MyGLView
315 mOnTouchY = (int) event.getY(); in onTouch()
363 assertEquals(0, c.mOnTouchY); in testTouchEvent()