History log of /frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/OuterClass.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
44440c3bb1384f220d93dde5d09623ea3d4664b5 25-May-2017 Diego Perez <diegoperez@google.com> Add constructor delegation

This allows Create to delegate calls to the Delegates after the
object has been constructed. Right after the constructor has been
created, a call to constructor_after(instance) in the delegate will be
made.

Test: Added new tests
Change-Id: Ia8b3f069b634047c3976b3db2f83bdf85bf1bab8
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/OuterClass.java
c6162743a2d25364409adc1b850fc112c03e0e7f 13-Nov-2015 Diego Perez <diegoperez@google.com> Fix delegation of methods within inner static classes

Currently, delegation of inner static classes methods is broken since
the rewritten method tries to pass an instance to the outer class. This
updates the method generation to only pass the reference if the inner
class is not static.

Change-Id: I8493929cafdbd80968989b422af0f956fa65681a
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/OuterClass.java
ab775ecdd189b32e35b0d3f4a821502f88b03a4b 24-Jan-2014 Adam Lesinski <adamlesinski@google.com> Revert "Move frameworks/base/tools/ to frameworks/tools/"

This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e.
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/OuterClass.java