History log of /frameworks/support/design/jvm-tests/src/android/support/design/widget/DirectedAcyclicGraphTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a2f4dd03315ee950fef6b8211d372f15883a52aa 21-Jun-2016 Chris Banes <chrisbanes@google.com> Fix CoordinatorLayout dependency sorting

Since CoordinatorLayout allows dependency chaining
of views, a simple sort is not sufficient to handle
all cases. This CL fixes the sorting by moving us
to a topological sort based on a breadth first search.

The search is linear so should actually be slightly
quicker than the current selection sort.

Also changed some of CoordinatorLayout's internals
to use the DAG rather than the sorted list.

BUG: 29529648

Change-Id: I1283f72c312824ee3ed1fd4b0bb7e7405f38cb2b
/frameworks/support/design/jvm-tests/src/android/support/design/widget/DirectedAcyclicGraphTest.java