Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java1504 boolean mGotCancel = false; field in SurfaceControlViewHostTests.TouchTransferringView
1531 mGotCancel = true; in onTouchEvent()
1541 assertTrue(mExpectsCancel || mGotCancel); in waitForEmbeddedTouch()
1561 assertTrue(mGotCancel); in waitForCancel()