Searched defs:supportsPredictiveItemAnimations (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java435 public boolean supportsPredictiveItemAnimations() { method in class:AnimatedRecyclerView.MyLayoutManager
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java435 public boolean supportsPredictiveItemAnimations() { method in class:AnimatedRecyclerView.MyLayoutManager
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseRecyclerViewAnimationsTest.java113 public boolean supportsPredictiveItemAnimations() { method in class:BaseRecyclerViewAnimationsTest.AnimationLayoutManager
H A DBaseRecyclerViewInstrumentationTest.java595 public boolean supportsPredictiveItemAnimations() { method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DGridLayoutManager.java1116 public boolean supportsPredictiveItemAnimations() { method in class:GridLayoutManager
H A DLinearLayoutManager.java703 || !supportsPredictiveItemAnimations()) {
799 if (!state.isPreLayout() && supportsPredictiveItemAnimations()) {
2084 public boolean supportsPredictiveItemAnimations() { method in class:LinearLayoutManager
H A DStaggeredGridLayoutManager.java934 public boolean supportsPredictiveItemAnimations() { method in class:StaggeredGridLayoutManager
H A DRecyclerView.java3380 * the LayoutManager {@link LayoutManager#supportsPredictiveItemAnimations()
3515 return (mItemAnimator != null && mLayout.supportsPredictiveItemAnimations());
7704 public boolean supportsPredictiveItemAnimations() { method in class:RecyclerView.LayoutManager
7929 * {@link #supportsPredictiveItemAnimations()}, which is the default, and runs a
7939 * {@link #supportsPredictiveItemAnimations()} and add additional logic to
7955 * {@link #supportsPredictiveItemAnimations()} returns true, to note which
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java673 || !supportsPredictiveItemAnimations()) {
769 if (!state.isPreLayout() && supportsPredictiveItemAnimations()) {
1993 public boolean supportsPredictiveItemAnimations() { method in class:LinearLayoutManager
H A DRecyclerView.java3052 * the LayoutManager {@link LayoutManager#supportsPredictiveItemAnimations()
3180 return (mItemAnimator != null && mLayout.supportsPredictiveItemAnimations());
7140 public boolean supportsPredictiveItemAnimations() { method in class:RecyclerView.LayoutManager
7365 * {@link #supportsPredictiveItemAnimations()}, which is the default, and runs a
7375 * {@link #supportsPredictiveItemAnimations()} and add additional logic to
7391 * {@link #supportsPredictiveItemAnimations()} returns true, to note which
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGridLayoutManager.java2085 public boolean supportsPredictiveItemAnimations() { method in class:GridLayoutManager

Completed in 247 milliseconds