summaryrefslogtreecommitdiffstats
path: root/test-runner/src/android/test/TouchUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Rework display size access.Dianne Hackborn2011-04-211-10/+11
| | | | | | | | Applications now get the display size from the window manager. No behavior should be changed yet, this is just prep for some real changes. Change-Id: I2958a6660895c1cba2b670509600014e55ee9273
* Retry test-runner tests move.Brett Chabot2010-02-201-0/+794
| | | | | This time change the frameworks makefile so it only includes test-runner/src in the public API.
* Revert "Move framework test-runner unit tests to be closer to their source."Brett Chabot2010-02-191-794/+0
| | | | This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
* Move framework test-runner unit tests to be closer to their source.Brett Chabot2010-02-191-0/+794
Move the test-runner source into a separate src folder to accommodate the test move.