Searched refs:removedChild (Results 1 – 2 of 2) sorted by relevance
846 var removedChild = rootView.getChildAt(0) in animatesViewRemovalRespectingDestination() variable849 removedChild, destination = ViewHierarchyAnimator.Hotspot.CENTER in animatesViewRemovalRespectingDestination()855 assertNotNull(removedChild.getTag(R.id.tag_animator)) in animatesViewRemovalRespectingDestination()856 advanceAnimation(removedChild, 1.0f) in animatesViewRemovalRespectingDestination()857 checkBounds(removedChild, l = 50, t = 50, r = 50, b = 50) in animatesViewRemovalRespectingDestination()859 endAnimation(removedChild) in animatesViewRemovalRespectingDestination()864 removedChild = rootView.getChildAt(0) in animatesViewRemovalRespectingDestination()867 removedChild, destination = ViewHierarchyAnimator.Hotspot.LEFT in animatesViewRemovalRespectingDestination()873 assertNotNull(removedChild.getTag(R.id.tag_animator)) in animatesViewRemovalRespectingDestination()874 advanceAnimation(removedChild, 1.0f) in animatesViewRemovalRespectingDestination()[all …]
2929 private void updateScrollStateForRemovedChild(ExpandableView removedChild) { in updateScrollStateForRemovedChild() argument2930 final int startingPosition = getPositionInLinearLayout(removedChild); in updateScrollStateForRemovedChild()2931 final int childHeight = getIntrinsicHeight(removedChild) + mPaddingBetweenElements; in updateScrollStateForRemovedChild()