Searched defs:disappearing (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java498 * change from disappearing GuidedStepFragment into this GuidedStepFragment. The default
505 * @param disappearing The disappearing fragment.
508 disappearing) {
509 View fragmentView = disappearing.getView();
507 onAddSharedElementTransition(FragmentTransaction ft, GuidedStepFragment disappearing) argument
H A DGuidedStepSupportFragment.java500 * change from disappearing GuidedStepSupportFragment into this GuidedStepSupportFragment. The default
507 * @param disappearing The disappearing fragment.
510 disappearing) {
511 View fragmentView = disappearing.getView();
509 onAddSharedElementTransition(FragmentTransaction ft, GuidedStepSupportFragment disappearing) argument
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java881 * animate the disappearing views, you may prefer to set
3236 // we don't process disappearing list because they may re-appear in post layout pass.
3297 // If an Item is CHANGED but the updated version is disappearing, it creates
3299 // Since a view that is marked as disappearing is likely to be going out of
3303 // disappearing animation instead because we are not going to rebind the updated
6561 * and disappearing views should be animated from/to.</p>
6697 * disappearing items, and moved items. If a LayoutManager returns false from
6728 * the animation system to know the location to which to animate these disappearing
7015 private void addViewInt(View child, int index, boolean disappearing) { argument
7017 if (disappearing || holde
[all...]

Completed in 69 milliseconds