History log of /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/Views.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a355d190d37999d18c0051d341aaeb09c3797907 03-Mar-2017 Ben Lin <linben@google.com> Communicate selection state to a11y services.

DocumentsUI uses View#setActivated instead of View#setSelected for its
selction states, because setActivated propagates downward in the view
hierarchy (i.e. updates the state on its child views), while setSelected
does not. a11y services uses View#isSelected to communication selection
state. Thus, we attach the information to the accessibilityNodeInfo for
each RecyclerView item.

Bug: 35322527
Change-Id: I734fe7c00cfc8f2e57eadb519a09067097191d7a
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/Views.java
ae84a18a1fa5dc020fd25a963cb0955c8c31bfef 16-Sep-2016 Steve McKay <smckay@google.com> Move functional tests into separate test target.

Also separate out support code from unittests.

Change-Id: I81490950373e170c857b23468da8d97d6aaf50d9
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/Views.java