History log of /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/LinearLayoutTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a7726271f756dfc6f2ff3bb10fc4167e750fb606 13-Sep-2013 Tor Norbye <tnorbye@google.com> Replace wildcard imports with explicit imports

The wildcard imports interfered with the new typedef annotations (and
99% of the tests were using explicit imports anyway.)

Change-Id: I3784b9d700131fe4a0ba30283f052820b2fa5122
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/LinearLayoutTest.java
7fd948756947506db62a2bafca2ed45ff53ac0a0 08-Jun-2011 Philip Milne <pmilne@google.com> Fix for baseline alignment in LinearLayout compatibiity mode.

Change-Id: Iaa194537c1bc493172fab89624279fe5cbfa1f70
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/LinearLayoutTest.java
aa616f31fe7c0c8e3657bb9a5889ec5e56ee5232 28-May-2011 Philip Milne <pmilne@google.com> Response to code review for GridLayout:

. Fixed spelling.
. Added comments on internal methods.
. Adopted the suggested internal name changes to improve clarity.
. Added UNDEFINED constant to public API to avoid making reference to Integer.MAX_VALUE in docs.
. Added final everywhere, then removed it.
. Make the Interval class package private so that it can be put somewhere more general later.
. Tidy code, removing maximize flag throughout.
. Remove last of allocations taking place during layout.
. Implement measureChild() etc.
. Added LinearLayout alignment compatibility mode, and made it the default.

Change-Id: I6a4ffa022d97d68138d1903d3830a20278815435
https://android-git.corp.google.com/g/#change,109891
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/LinearLayoutTest.java