summaryrefslogtreecommitdiff
path: root/library/core-src/com/android/uiautomator/core/UiScrollable.java
AgeCommit message (Collapse)Author
2013-09-19shuffling unbundled UI automator source codeGuang Zhu
* remove shell based UI automator code * port API checks from shell based to instrumentation based UI automator makefile * reorganize code structure Bug: 10793010 Change-Id: I936ded6c73f037fa15466b184826b14a1a204074
2013-06-17fix buildGuang Zhu
Change-Id: I00868d5550c665340656fe1a4f20eaa3740ea50b
2013-06-17docs: Edited Javadoc comments in uiautomator library source files (MR2).quddusc
Change-Id: I3eff0160ecb4769f2a7b26af68794f761dbd5cbc
2013-03-14function to ensure visibility of child item inside a scrollableGuang Zhu
current implementation is experimental, with 2 restrictions: * may scroll item off screen * does not check if item fits or not (e.g. larger than screen) Change-Id: I677d0f5c22b0e60a5cb9ca6893311daf13729d14
2013-01-30split the code of test runner and core into separate sub foldersGuang Zhu
This will serve as the basis for further changes to use the core framework on top of alternative test runner. Change-Id: I389cbc8e79a004144c95bc99f7d2a58521541781