class SingleViewTouchConformanceTest_OneFingerDownThenAnotherThenLift_Class
Defined at line 428 of file ../../src/ui/tests/conformance_input_tests/touch-validator.cc
The test wants to ensure UI client will receive events in order:
finger 1 down:
1. finger 1 add
finger 2 down:
1. finger 1 change
2. finger 2 add
keep 2 fingers down:
finger 1/2 change
<
- in any order
finger 2 up:
1. finger 1 update
2. finger 2 remove
finger 1 up:
1. finger 1 remove
Public Methods
void SingleViewTouchConformanceTest_OneFingerDownThenAnotherThenLift_Class ()
Defined at line 428 of file ../../src/ui/tests/conformance_input_tests/touch-validator.cc
void ~SingleViewTouchConformanceTest_OneFingerDownThenAnotherThenLift_Class ()
Defined at line 428 of file ../../src/ui/tests/conformance_input_tests/touch-validator.cc