Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java403 final long arrowDuration = res.getInteger(R.integer.config_popupArrowOpenCloseDuration); in animateOpen() local
417 fadeIn.setDuration(revealDuration + arrowDuration); in animateOpen()
430 .setDuration(arrowDuration); in animateOpen()
465 final long arrowDuration = res.getInteger(R.integer.config_popupArrowOpenCloseDuration); in animateClose() local
469 .setDuration(arrowDuration); in animateClose()
479 fadeOut.setDuration(revealDuration + arrowDuration); in animateClose()