History log of /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/UiObject.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3fb03313e9d0e41f7c14b648c0f4dcfdab78bff3 24-May-2016 Allen Hair <allenhair@google.com> Deprecate shell-based UI Automator.

Change-Id: I15aee7a6aba551b737d2c41b4fafd5b0ced9a4b7
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/UiObject.java
adb89214532a2eda2b5396886ae1ada16d890b24 29-May-2015 Doris Liu <tianliu@google.com> Clean up calls to Rect.intersect()

This CL checks for the return value for Rect.intersect() for whether
there is actually an intersection before taking the return intersected
rect. In the case of no intersection (Rect.intersect() returns false),
an empty rect will be used as the intersection.

bug: 7368679
Change-Id: Ibda3bfd662f8ca83cb5662748d9be250243b72b2
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/UiObject.java
18b892c723e812a7e111f102d2b0c0782b116bb6 12-Dec-2014 Guang Zhu <guangzhu@google.com> shell based UI Automator source move

frameworks/testing/uiautomator -> frameworks/base/cmds/uiautomator
(samples, utils sub folders exlcuded)
frameworks/testing/uiautomator/utils -> frameworks/base/tests/utils

no source files changed, only one line makefile update (for
UI Automator API check)

Bug: 18708851
Change-Id: I396bd386d3d55a52df18af183685daf80caa9f73
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/UiObject.java