Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java692 private final Consumer<Property> mCannedAnimationEndListener; field in NotificationIconContainer.IconState
696 mCannedAnimationEndListener = (property) -> { in IconState()
755 sTempProperties.setAnimationEndAction(mCannedAnimationEndListener); in applyToView()