Searched refs:disappearing (Results 1 - 4 of 4) sorted by relevance
/frameworks/support/leanback/src/main/java/androidx/leanback/app/ |
H A D | GuidedStepFragment.java | 528 * change from disappearing GuidedStepFragment into this GuidedStepFragment. The default 535 * @param disappearing The disappearing fragment. 538 disappearing) { 539 View fragmentView = disappearing.getView(); 537 onAddSharedElementTransition(FragmentTransaction ft, GuidedStepFragment disappearing) argument
|
H A D | GuidedStepSupportFragment.java | 523 * change from disappearing GuidedStepSupportFragment into this GuidedStepSupportFragment. The default 530 * @param disappearing The disappearing fragment. 533 disappearing) { 534 View fragmentView = disappearing.getView(); 532 onAddSharedElementTransition(FragmentTransaction ft, GuidedStepSupportFragment disappearing) argument
|
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 947 * animate the disappearing views, you may prefer to set 3505 // we don't process disappearing list because they may re-appear in post layout pass. 3566 // If an Item is CHANGED but the updated version is disappearing, it creates 3568 // Since a view that is marked as disappearing is likely to be going out of 3572 // disappearing animation instead because we are not going to rebind the updated 7136 * and disappearing views should be animated from/to.</p> 7364 * disappearing items, and moved items. If a LayoutManager returns false from 7395 * the animation system to know the location to which to animate these disappearing 7682 private void addViewInt(View child, int index, boolean disappearing) { argument 7684 if (disappearing || holde [all...] |
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
H A D | RecyclerView.java | 1087 * animate the disappearing views, you may prefer to set 3854 // we don't process disappearing list because they may re-appear in post layout pass. 3915 // If an Item is CHANGED but the updated version is disappearing, it creates 3917 // Since a view that is marked as disappearing is likely to be going out of 3921 // disappearing animation instead because we are not going to rebind the updated 7928 * disappearing items, and moved items. If a LayoutManager returns false from 7959 * the animation system to know the location to which to animate these disappearing 8251 private void addViewInt(View child, int index, boolean disappearing) { argument 8253 if (disappearing || holder.isRemoved()) { 8261 // So if a View re-appears in post layout pass, remove it from disappearing lis [all...] |
Completed in 45 milliseconds