History log of /frameworks/support/compat/java/android/support/v4/view/WindowInsetsCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
552766fa685c63ad760c92239faaba12e6ad51f1 26-Aug-2016 Aurimas Liutikas <aurimas@google.com> Remove all the extra accessor methods added by javac in support-compat.

Change private methods to be package protected to avoid extra methods
that get added to be able to access them from inner classes.

This CL saves 67 methods in our jar.

Bug: 31075707
Change-Id: I0e7a2f99e5447d1150ad30b9650b420fad633a68
/frameworks/support/compat/java/android/support/v4/view/WindowInsetsCompat.java
d739b48735e949e61654bd216e0dddebcb028287 21-Jul-2016 Alan Viverette <alanv@google.com> Add missing docs on WindowInsetsCompat

Bug: 30088541
Change-Id: Ieb588bb0ac90ad844213751180ee1733ae4698a9
/frameworks/support/compat/java/android/support/v4/view/WindowInsetsCompat.java
79a141a3eaca2b69ae043c1c6b7a61c7db90d644 07-Jun-2016 Abhinav Baid <abhinavbaid@google.com> Move WindowInsetsCompat to support-compat

Move WindowInsetsCompat to the compat/java directory and pull the
default method implementations into a base IMPL.
Similarly, move the OnApplyWindowInsetsListener interface to compat/java
from compat/gingerbread.
Also, add a public constructor to WindowInsetsCompat to make its
interface fully compatible with WindowInsets.

Bug: 29181287
Change-Id: Ib8ccc1e48d526f602b5dbbadf5f2f24b0ce6d456
/frameworks/support/compat/java/android/support/v4/view/WindowInsetsCompat.java