Searched refs:pvhY (Results 1 – 1 of 1) sorted by relevance
311 PropertyValuesHolder pvhY = null; in runItemAnimations() local317 pvhY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, in runItemAnimations()320 if (pvhX != null || pvhY != null) { in runItemAnimations()329 if (pvhY != null) { in runItemAnimations()331 pvhX, pvhY); in runItemAnimations()336 … anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, pvhY); in runItemAnimations()