Modify the y-coordinate of touch events in testTouchEvent

If the status bar height is larger than 100px, the coordinate of
touch events is located on the status bar.
In that case, testTouchEvent() fails because SecurityException is
thrown.
The reason of SecurityException is "Injecting to another application
requires INJECT_EVENTS permission".

Change-Id: I985343f6e7ee6167a1b6c4ebf0d359ff5c85f1b4
1 file changed