Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java340 .getViewStateForView(event.changingView).notGoneIndex; in calculateChildAnimationDelay()
862 final ExpandableView changingView = (ExpandableView) event.changingView; in processAnimationEvents() local
868 .getViewStateForView(changingView); in processAnimationEvents()
873 finalState.applyState(changingView, viewState); in processAnimationEvents()
874 mNewAddChildren.add(changingView); in processAnimationEvents()
878 if (changingView.getVisibility() == View.GONE) { in processAnimationEvents()
879 removeFromOverlay(changingView); in processAnimationEvents()
887 int actualHeight = changingView.getActualHeight(); in processAnimationEvents()
894 - (changingView.getTranslationY() + actualHeight / 2.0f)) * 2 / in processAnimationEvents()
899 changingView.performRemoveAnimation(ANIMATION_DURATION_APPEAR_DISAPPEAR, in processAnimationEvents()
[all …]
DNotificationStackScrollLayout.java4556 final View changingView; field in NotificationStackScrollLayout.AnimationEvent
4570 changingView = view; in AnimationEvent()