OSDN Git Service

Directly focus button in touchmode coretests
authorEvan Rosky <erosky@google.com>
Fri, 12 May 2017 18:54:40 +0000 (11:54 -0700)
committerEvan Rosky <erosky@google.com>
Fri, 12 May 2017 20:14:22 +0000 (13:14 -0700)
commit03e6b30f14e329dabdb18741c1feb08c310c8e07
treeb1b2c42b482bfe8cfaac36044c547c5bdb92b7d9
parentb827c5234c3087472885790a89fefec9a1f46eed
Directly focus button in touchmode coretests

Was relying on the behavior of arrow keys change focus. Since
we now restrict keyboard arrows from leaving EditTexts, this
test was failing.

Bug: 38250888
Test: android.widget.touchmode coretests pass
Change-Id: I24b9bc165124e93f08793ae18c2604061a132d78
core/tests/coretests/src/android/widget/touchmode/TouchModeFocusableTest.java