Searched refs:mLastLongPress (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DContentViewGestureHandlerTest.java43 MotionEvent mLastLongPress; field in class:ContentViewGestureHandlerTest.MockListener
57 mLastLongPress = MotionEvent.obtain(e);
282 assertTrue("Should not have a long press", mMockListener.mLastLongPress == null);
345 assertTrue("Should not have a long press", mMockListener.mLastLongPress == null);
463 assertTrue("Should not have a long press", mMockListener.mLastLongPress == null);
539 assertTrue("Should not have a long press", mMockListener.mLastLongPress == null);

Completed in 34 milliseconds