History log of /frameworks/support/design/src/android/support/design/widget/HeaderBehavior.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
657ea1100fee4750f148f9d0dcb7e7e2028f105e 25-Aug-2016 Aurimas Liutikas <aurimas@google.com> Remove all the extra accessor methods added by javac in support-design.

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 138 methods in our jar.

Bug: 31075707
Change-Id: I9ee192652fe005957e28ccfe35c9707be242aac1
/frameworks/support/design/src/android/support/design/widget/HeaderBehavior.java
1b3e9466b4c4d72f28bb4448672ef8bab19b6f3e 11-May-2016 Kirill Grouchnikov <kirillg@google.com> Clean up internal usage of now-deprecated Compat APIs

Change-Id: I309a6637e1c013dc9b218dd048d2cfab7dcee171
/frameworks/support/design/src/android/support/design/widget/HeaderBehavior.java
47543aa43aacb8defbbf90682fcb2b63ce1b00b5 16-Nov-2015 Chris Banes <chrisbanes@google.com> AppBarLayout fixes

- Make sure we honor snap after a manual drag
(rather than a nested scroll).
- Support exitUntilCollapsed|enterAlways correctly
- Ensure the offset is constrained on size change

BUG: 25707376
BUG: 25680933
BUG: 25681811

Change-Id: Idfa3ed32e42890725e4ee59236fa84a705d433d4
/frameworks/support/design/src/android/support/design/widget/HeaderBehavior.java
72a0913607198c5ce3fa351242ccbdfb3b93f178 18-Sep-2015 Chris Banes <chrisbanes@google.com> Improve header dragging

- Moved re-usable code from ABL to the new
base class.
- Added fling support to header dragging.
- Fixed NavigationView not scrolling
- Hid a few new methods which shouldn't
be public.

Change-Id: Ia7335c385951a66d27316dbf675bb8860f549cc4
/frameworks/support/design/src/android/support/design/widget/HeaderBehavior.java
ec161ac1da9c8ca0e942b01e037ceb1cc51a2f3c 15-Sep-2015 Mady Mellor <madym@google.com> Update NavigationView to use CoordinatorLayout for header and list.

This CL modifies how the header is handled in NavigationView. Namely, it
separates the header from the ListView. To scroll the header and list
together, both the header and list are placed in a CoordinatorLayout with
behaviors that allow them to scroll together.

This work will allow an overlay to be added that scrolls with the list
so that we can properly animate the account switcher. The overlay and
account switcher work will be done in a separate CL.

Bug: 20117594
Change-Id: Ic72c86f165e26c493b965dedf4c65f2853409144
/frameworks/support/design/src/android/support/design/widget/HeaderBehavior.java