Searched refs:changingView (Results 1 – 1 of 1) sorted by relevance
373 final ExpandableView changingView = event.mChangingView; in processAnimationEvents() local377 if (changingView instanceof ExpandableNotificationRow && mLogger != null) { in processAnimationEvents()379 isHeadsUp = ((ExpandableNotificationRow) changingView).isHeadsUp(); in processAnimationEvents()380 key = ((ExpandableNotificationRow) changingView).getEntry().getKey(); in processAnimationEvents()386 ExpandableViewState viewState = changingView.getViewState(); in processAnimationEvents()394 viewState.applyToView(changingView); in processAnimationEvents()395 mNewAddChildren.add(changingView); in processAnimationEvents()399 int changingViewVisibility = changingView.getVisibility(); in processAnimationEvents()404 changingView.removeFromTransientContainer(); in processAnimationEvents()413 float ownPosition = changingView.getTranslationY(); in processAnimationEvents()[all …]