Home
last modified time | relevance | path

Searched refs:removedChild (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DViewHierarchyAnimatorTest.kt846 var removedChild = rootView.getChildAt(0) in animatesViewRemovalRespectingDestination() variable
849 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java2929 private void updateScrollStateForRemovedChild(ExpandableView removedChild) { in updateScrollStateForRemovedChild() argument
2930 final int startingPosition = getPositionInLinearLayout(removedChild); in updateScrollStateForRemovedChild()
2931 final int childHeight = getIntrinsicHeight(removedChild) + mPaddingBetweenElements; in updateScrollStateForRemovedChild()