History log of /frameworks/base/tools/layoutlib/bridge/src/libcore/io/MemoryMappedFile_Delegate.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5ceb7f6431f447aa9d4e949578ce5d4b90b8297c 01-Dec-2014 Deepanshu Gupta <deepanshu@google.com> Ensure that RandomAccessFile is not leaked.

This change ensures that RandomAccessFile is always closed. Also, it
changes the BufferIterator implementation to delegate to the byte buffer
directly instead of mainitaining the position itself.

Change-Id: I8f93e80c91a7c35e6a7fb015185b8b11e36b6286
/frameworks/base/tools/layoutlib/bridge/src/libcore/io/MemoryMappedFile_Delegate.java
17a6170c62e6f74f2881623a9c16f0b6fea54721 21-Nov-2014 Deepanshu Gupta <deepanshu@google.com> Fix AnalogClock rendering

1. Change calls to java.lang.System.log* since they don't exist on the
host.
2. Clean up method rewrite mechanism in ReplaceMethodCallsAdapter.
3. Stub out creation of uninitialized GregorianCalendar.
4. Memory map the time zone data base file and provide a custom
implementation of BufferIterator for use by ZoneInfoDB
5. Delete unused Time_Delegate

Also fixed a comment in BridgeAssetManager and an error message in
FontFamily_Delegate.

Bug: http://b.android.com/79160
Change-Id: Iae5ef65678f0e6c7c5af520c45bd15980ce3fa55
/frameworks/base/tools/layoutlib/bridge/src/libcore/io/MemoryMappedFile_Delegate.java