Searched refs:arrowDuration (Results 1 – 1 of 1) sorted by relevance
359 final long arrowDuration = res.getInteger(R.integer.config_popupArrowOpenCloseDuration); in animateOpen() local373 fadeIn.setDuration(revealDuration + arrowDuration); in animateOpen()386 .setDuration(arrowDuration); in animateOpen()419 final long arrowDuration = res.getInteger(R.integer.config_popupArrowOpenCloseDuration); in animateClose() local423 .setDuration(arrowDuration); in animateClose()433 fadeOut.setDuration(revealDuration + arrowDuration); in animateClose()