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.java235 .getViewStateForView(event.changingView).notGoneIndex; in calculateChildAnimationDelay()
346 final ExpandableView changingView = (ExpandableView) event.changingView; in processAnimationEvents() local
352 .getViewStateForView(changingView); in processAnimationEvents()
357 viewState.applyToView(changingView); in processAnimationEvents()
358 mNewAddChildren.add(changingView); in processAnimationEvents()
362 if (changingView.getVisibility() != View.VISIBLE) { in processAnimationEvents()
363 removeFromOverlay(changingView); in processAnimationEvents()
371 int actualHeight = changingView.getActualHeight(); in processAnimationEvents()
375 float ownPosition = changingView.getTranslationY(); in processAnimationEvents()
376 if (changingView instanceof ExpandableNotificationRow in processAnimationEvents()
[all …]
DNotificationStackScrollLayout.java4731 final View changingView; field in NotificationStackScrollLayout.AnimationEvent
4753 changingView = view; in AnimationEvent()