| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: I4129f12069ebfaba14cb358959b3a705b31097a9
|
| |
|
|
| |
Change-Id: I010cf533db44e1eba5cd60930de07dd06494b7ec
|
| |
|
|
| |
Change-Id: If89b68a8947d0222c6406f4ab4eeb5ba00d9fdb4
|
| |
|
|
| |
Change-Id: I06c7fb0464f4f5f01fd9856a2e6851b956ddc126
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Create a custom class representation for accessibility ids in
IChimpView. This class contains the window id as an int and the
accessibility node id as a long. ChimpView encapsulates the data
from Monkey in this class and passes it on to MonkeyView, which
exposes them to Python.
Change MonkeyDevice to take the ids as strings when
retrieving views by accessibility ids. Jython's ArgParser doesn't
have a parser for long parameters, so pass the value in as a
string and parse the long value in Java.
A change in AccessibilityNodeInfo changed the accessibility
id from int to long and caused errors with MonkeyView and accessibility
ids in MonkeyRunner.
"Adding APIs to enable reporting virtual view hierarchies
to accessibility serivces."
platform/frameworks/base
021078554b902179442a345a9d080a165c3b5139
Svetoslav Ganov <svetoslavganov@google.com>
This commit is related to the following patch:
"Fix AccessibilityNodeInfo view id member reference"
platform/development
6ec4f5d21685c50135337ffad4da2534d6ce423d
Kyle Russell <bkylerussell@gmail.com>
Change-Id: Ic0f3581ff4c5dc7e38e83836e4666370f68835e3
Signed-off-by: Jose Mayol <jei.mayol@gmail.com>
|
| |
|
|
|
|
| |
Properly handles spaces in installation pathname on Windows.
Change-Id: Ie457ab36af43f8646510adc4bbde569e1c4cd0cf
|
| |
|
|
| |
Change-Id: I28b4a4f5d69038dee0728a71edf9c0ced53b3882
|
|
|
Change-Id: I6db1bf25f2d5762282aa01e764fe833461f7a38f
|