On layoutlib, requestApplyWindowInsets wasn't being passed up to ViewRootImpl so onApplyWindowInsets wasn't being called. Test: Added new test testApplyWindowInsets Bug: http://b.android.com/169308 Change-Id: I8f3174dc2879a7e6c3db1628a1bfb1c023d88efc
Layoutlib is a custom version of the android View framework designed to run inside Eclipse. The goal of the library is to provide layout rendering in Eclipse that are very very close to their rendering on devices. None of the com.android.* or android.* classes in layoutlib run on devices.