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

/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java320 public boolean animateChange(ViewHolder oldHolder, ViewHolder newHolder, method in class:DefaultItemAnimator
653 * <li>If you override {@link #animateChange(ViewHolder, ViewHolder, int, int, int, int)}, both
657 * If you are not overriding {@link #animateChange(ViewHolder, ViewHolder, int, int, int, int)},
H A DSimpleItemAnimator.java60 * {@link #animateChange(ViewHolder, ViewHolder, int, int, int, int)} implementation.
67 * {@link #animateChange(ViewHolder, ViewHolder, int, int, int,
148 public boolean animateChange(@NonNull ViewHolder oldHolder, @NonNull ViewHolder newHolder, method in class:SimpleItemAnimator
163 return animateChange(oldHolder, newHolder, fromLeft, fromTop, toLeft, toTop);
177 * {@link #animateChange(ViewHolder, ViewHolder, int, int, int, int)} come in one by one,
202 * {@link #animateChange(ViewHolder, ViewHolder, int, int, int, int)} come in one by one,
227 * {@link #animateChange(ViewHolder, ViewHolder, int, int, int, int)} come in one by one,
255 * {@link #animateChange(ViewHolder, ViewHolder, int, int, int, int)} come in one by one,
267 public abstract boolean animateChange(ViewHolder oldHolder, method in class:SimpleItemAnimator
311 * {@link #animateChange(ViewHolde
[all...]
H A DRecyclerView.java513 if (mItemAnimator.animateChange(viewHolder, viewHolder, preInfo, postInfo)) {
3241 * {@link ItemAnimator#animateChange(ViewHolder, ViewHolder, ItemHolderInfo, ItemHolderInfo)}.
3552 // traverse list in reverse because we may call animateChange in the loop which may
3589 animateChange(oldChangeViewHolder, holder, preInfo, postInfo,
3764 private void animateChange(@NonNull ViewHolder oldHolder, @NonNull ViewHolder newHolder, method in class:RecyclerView
3782 if (mItemAnimator.animateChange(oldHolder, newHolder, preInfo, postInfo)) {
11474 * {@link #animateChange(ViewHolder, ViewHolder, ItemHolderInfo, ItemHolderInfo)
11475 * animateChange()}
11665 * @see #animateChange(ViewHolder, ViewHolder, ItemHolderInfo, ItemHolderInfo)
11695 * @see #animateChange(ViewHolde
11866 public abstract boolean animateChange(@NonNull ViewHolder oldHolder, method in class:RecyclerView.ItemAnimator
[all...]
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DDummyItemAnimator.java134 public boolean animateChange(RecyclerView.ViewHolder oldHolder, method in class:DummyItemAnimator
H A DItemAnimatorV2ApiTest.java672 public boolean animateChange(@NonNull RecyclerView.ViewHolder oldHolder, method in class:ItemAnimatorV2ApiTest.LoggingV2Animator
H A DLoggingItemAnimator.java113 public boolean animateChange(@NonNull RecyclerView.ViewHolder oldHolder, method in class:LoggingItemAnimator
120 return super.animateChange(oldHolder, newHolder, preInfo, postInfo);
159 public boolean animateChange(RecyclerView.ViewHolder oldHolder, method in class:LoggingItemAnimator
167 return super.animateChange(oldHolder, newHolder, fromX, fromY, toX, toY);
H A DDefaultItemAnimatorTest.java193 public void animateChange() throws Throwable { method in class:DefaultItemAnimatorTest
197 assertTrue(animateChange(vh, vh2, 0, 0, 100, 100));
280 assertTrue(animateChange(vh, vh2, 20, 20, 100, 100));
298 assertTrue(animateChange(vh, vh2, 20, 20, 100, 100));
316 assertTrue(animateChange(vh, vh2, 20, 20, 100, 100));
365 boolean animateChange(final RecyclerView.ViewHolder oldHolder, method in class:DefaultItemAnimatorTest
372 result[0] = mAnimator.animateChange(oldHolder, newHolder, fromX, fromY, toX, toY);
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DDefaultItemAnimator.java319 public boolean animateChange(RecyclerView.ViewHolder oldHolder, RecyclerView.ViewHolder newHolder, method in class:DefaultItemAnimator
652 * <li>If you override {@link #animateChange(RecyclerView.ViewHolder, RecyclerView.ViewHolder, int, int, int, int)}, both
656 * If you are not overriding {@link #animateChange(RecyclerView.ViewHolder, RecyclerView.ViewHolder, int, int, int, int)},
H A DSimpleItemAnimator.java58 * {@link #animateChange(RecyclerView.ViewHolder, RecyclerView.ViewHolder, int, int, int, int)} implementation.
65 * {@link #animateChange(RecyclerView.ViewHolder, RecyclerView.ViewHolder, int, int, int,
146 public boolean animateChange(@NonNull RecyclerView.ViewHolder oldHolder, @NonNull RecyclerView.ViewHolder newHolder, method in class:SimpleItemAnimator
161 return animateChange(oldHolder, newHolder, fromLeft, fromTop, toLeft, toTop);
175 * {@link #animateChange(RecyclerView.ViewHolder, RecyclerView.ViewHolder, int, int, int, int)} come in one by one,
200 * {@link #animateChange(RecyclerView.ViewHolder, RecyclerView.ViewHolder, int, int, int, int)} come in one by one,
225 * {@link #animateChange(RecyclerView.ViewHolder, RecyclerView.ViewHolder, int, int, int, int)} come in one by one,
253 * {@link #animateChange(RecyclerView.ViewHolder, RecyclerView.ViewHolder, int, int, int, int)} come in one by one,
265 public abstract boolean animateChange(RecyclerView.ViewHolder oldHolder, method in class:SimpleItemAnimator
310 * {@link #animateChange(RecyclerVie
[all...]
H A DRecyclerView.java582 if (mItemAnimator.animateChange(viewHolder, viewHolder, preInfo,
3578 * {@link ItemAnimator#animateChange(ViewHolder, ViewHolder, ItemHolderInfo, ItemHolderInfo)}.
3901 // traverse list in reverse because we may call animateChange in the loop which may
3938 animateChange(oldChangeViewHolder, holder, preInfo, postInfo,
4122 private void animateChange(@NonNull ViewHolder oldHolder, @NonNull ViewHolder newHolder, method in class:RecyclerView
4140 if (mItemAnimator.animateChange(oldHolder, newHolder, preInfo, postInfo)) {
12425 * {@link #animateChange(ViewHolder, ViewHolder, ItemHolderInfo, ItemHolderInfo)
12426 * animateChange()}
12616 * @see #animateChange(ViewHolder, ViewHolder, ItemHolderInfo, ItemHolderInfo)
12646 * @see #animateChange(ViewHolde
12817 public abstract boolean animateChange(@NonNull ViewHolder oldHolder, method in class:RecyclerView.ItemAnimator
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java180 private boolean animateChange() { method in class:LightBarController
196 mStatusBarIconController.getTransitionsController().setIconsDark(true, animateChange());
204 false, animateChange());
215 mStatusBarIconController.getTransitionsController().setIconsDark(true, animateChange());
222 mNavigationLight, animateChange());

Completed in 114 milliseconds