History log of /frameworks/support/compat/java/android/support/v4/view/WindowInsetsCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
eb208559f40e4d035697de178b90c4e56017f218 23-Mar-2017 Aurimas Liutikas <aurimas@google.com> Cleanup WindowInsetsCompat.

Combine all three window inset classes into one. We no longer
need them to be separate as we use lint.

Bug: 32794064
Test: ./gradlew assemble still works
Change-Id: I825c2c17ea3bc5cdc3f97b676a0570528437bc6a
/frameworks/support/compat/java/android/support/v4/view/WindowInsetsCompat.java
c69882cb9b130902c1554ef5d3e3b06d776cd796 05-Mar-2017 Alan Viverette <alanv@google.com> Re-enable lint enforcement, fix remaining lint issues

Bug: 29630077
Test: ./gradlew lint
Change-Id: Ied1e4b1c33ba158d6bfab5439497ee4fc8284a8f
/frameworks/support/compat/java/android/support/v4/view/WindowInsetsCompat.java
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