OSDN Git Service

Add to layoutlib_api the ability to do layout only.
authorXavier Ducrohet <xav@android.com>
Thu, 17 Feb 2011 17:59:08 +0000 (09:59 -0800)
committerXavier Ducrohet <xav@android.com>
Thu, 17 Feb 2011 17:59:08 +0000 (09:59 -0800)
commit19f5994117fb8d5a03a3b344f0cd4bd276710b5d
tree6b5c80b365b8801c286a833b91871162b85ba1cf
parentfda24dc116696fe937142b3a5819977cdab50d03
Add to layoutlib_api the ability to do layout only.

This lets the session do the measure/layout part and skip
the draw.

This returns the object location through the ViewInfo but
not the rendering.

Change-Id: I8875b4631b5fb00efa7096d804129612d46d9dc9
layoutlib_api/src/com/android/ide/common/rendering/api/Capability.java
layoutlib_api/src/com/android/ide/common/rendering/api/SessionParams.java