Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java184 int gapWidth = mIconLayoutParams.width + mIconLayoutParams.getMarginStart(); in animateFirstNotificationTo() local
186 gapWidth = -gapWidth; in animateFirstNotificationTo()
201 Animator shiftChild = ObjectAnimator.ofFloat(child, TRANSLATION_X, gapWidth); in animateFirstNotificationTo()