Searched refs:pvhY (Results 1 – 1 of 1) sorted by relevance
310 PropertyValuesHolder pvhY = null; in runItemAnimations() local316 pvhY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, in runItemAnimations()319 if (pvhX != null || pvhY != null) { in runItemAnimations()328 if (pvhY != null) { in runItemAnimations()330 pvhX, pvhY); in runItemAnimations()335 … anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, pvhY); in runItemAnimations()