History log of /frameworks/support/v4/java/android/support/v4/widget/EdgeEffectCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d805095048f6be52cddbd572ee343c4639ba8187 22-Apr-2016 Alan Viverette <alanv@google.com> Clean up deprecation tags in support libraries

Also fixes renderscript and recyclerview docs builds.

Bug: 28339627
Bug: 28073702
Change-Id: I0f38cf82fe260de4488660c87aaed8d26265eeba
/frameworks/support/v4/java/android/support/v4/widget/EdgeEffectCompat.java
c5847d13e40f5d52459f5c0dab32dc08f1a9a683 29-Sep-2015 Chris Banes <chrisbanes@google.com> Tidy up support-v4 shim APIs

Make shim classes final with private
constructors

BUG: 24461189

Change-Id: I7af3f17111ef679aa20652bedc703ff1b9e11c82
/frameworks/support/v4/java/android/support/v4/widget/EdgeEffectCompat.java
f5554348a132e821416ee0b2e2718045fc363c33 03-Apr-2015 Yigit Boyar <yboyar@google.com> Fix EdgeEffect behavior for RecyclerView

This CL also fixes the EdgeEffectCompat implementation which was
not using the Lollipop version.

Bug: 18721866
Change-Id: I0f59e71027ec60fbe26043fffe37cdccb5dcfa30
/frameworks/support/v4/java/android/support/v4/widget/EdgeEffectCompat.java
1fcce4485ef99aca928ebfb877859c5ecd47716c 01-Nov-2014 Adam Powell <adamp@google.com> Nested scrolling: android-support-v4 edition

Implement the nested scrolling patterns from Android 5.0 Lollipop for
use on older platform versions.

Custom nested scrolling child views should implement the new interface
NestedScrollingChild. These views can instantiate a
NestedScrollingChildHelper and delegate overridden interface and
View/ViewGroup methods to the helper methods of the same name. The
helper will manage associated state and behavior.

Similarly, custom nested scrolling ViewGroups should implement
NestedScrollingParent and create a NestedScrollingParentHelper,
delegating methods of the same name to the helper.

Nested scrolling methods should be invoked via the
ViewCompat/ViewParentCompat shims. These shims will delegate to the
proper implementation for both framework and support views that allow
nested scrolling.

Now with bonus NestedScrollView!

Bug 18195379

Change-Id: Ia125816875a9caf19baab545a65b9404240c8d8b
/frameworks/support/v4/java/android/support/v4/widget/EdgeEffectCompat.java
0574ca37da4619afe4e26753f5a1b4de314b6565 17-Nov-2011 Svetoslav Ganov <svetoslavganov@google.com> Add the support libraries to the platform documentation (support libs).

Updated the support libraries' documentation.

bug:5629339

Change-Id: Ia026696e541ab200ce05601aabe062a303bcbb97
/frameworks/support/v4/java/android/support/v4/widget/EdgeEffectCompat.java
560114f591be31d0fb73c26a1ee1cc0a15184aba 03-Sep-2011 Adam Powell <adamp@google.com> Make ViewPager aware of EdgeEffect on ICS devices.

Add EdgeEffectCompat for apps that also want to selectively show the
ICS-style edge effect.

Add ViewCompat methods for checking/changing over scroll modes on GB+

Change-Id: If0de62c389c9eaef4593f2321ee99787b13b2418
/frameworks/support/v4/java/android/support/v4/widget/EdgeEffectCompat.java