History log of /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/GridLayoutTest.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/GridLayoutTest.java
93cd6a6c78683643de51f9e698b38847bd1f1155 12-Jul-2011 Philip Milne <pmilne@google.com> Rationalize API after adding maximum size feature.

. Change name of Group to Spec
(with the addition of the fglexibility field, this class no longer represents a group)

. Replace overloaded Group/Spec constructors with factory method

. Bugfix for measure() when alignmentMode == ALIGN_BOUNDS

. Bury as much Java API as possible, to minimize restrictions on future API enhancements

- make all field access in Group package private
- use factory methods in place of field assignment

Change-Id: I46a5027a013bf7c3110b77108b8fd0427165cd18
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/GridLayoutTest.java
f474870fe1189f73cf8ffbaba9e524ef194b5043 10-Jun-2011 Philip Milne <pmilne@google.com> Optimise the way that indices are auto-allocated so that XML files can normally avoid using indices.

Change-Id: Iafb25b17fec9391664c81a7e213eeaa918254912
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/GridLayoutTest.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/GridLayoutTest.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/GridLayoutTest.java