Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java201 Animator shiftChild = ObjectAnimator.ofFloat(child, TRANSLATION_X, gapWidth); in animateFirstNotificationTo() local
202 shiftChild.addListener(propertyResetListener); in animateFirstNotificationTo()
203 animation.play(shiftChild); in animateFirstNotificationTo()