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.java359 final long arrowDuration = res.getInteger(R.integer.config_popupArrowOpenCloseDuration); in animateOpen() local
373 fadeIn.setDuration(revealDuration + arrowDuration); in animateOpen()
386 .setDuration(arrowDuration); in animateOpen()
419 final long arrowDuration = res.getInteger(R.integer.config_popupArrowOpenCloseDuration); in animateClose() local
423 .setDuration(arrowDuration); in animateClose()
433 fadeOut.setDuration(revealDuration + arrowDuration); in animateClose()